Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: remoting/remoting.gyp

Issue 11028128: [Chromoting] Request the daemon to open a terminal once a connection has been accepted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index bd8d39bd93f0a0e2a899da27e3d39f9ec893bdac..5ae53b12d3111f22f99a968d27b363a70cad1788 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1655,7 +1655,12 @@
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc',
'<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_host_me2me_version.rc',
+ 'host/desktop_session_connector.h',
'host/host_ui.rc',
+ 'host/ipc_desktop_environment_factory.cc',
+ 'host/ipc_desktop_environment_factory.h',
+ 'host/ipc_desktop_environment.cc',
+ 'host/ipc_desktop_environment.h',
],
'link_settings': {
'libraries': [

Powered by Google App Engine
This is Rietveld 408576698