diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 04:16:28 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-18 04:16:28 +0000 |
commit | 819047947b8cead99fe9ca81bcbb181f744fc5a5 (patch) | |
tree | 19bf7f44a19b7ca09d5bb2a91305b45dba979574 /remoting/remoting.gyp | |
parent | 6aad7dc0fd39b04af7a5dd3ab0007955bbf3d238 (diff) | |
download | chromium_src-819047947b8cead99fe9ca81bcbb181f744fc5a5.zip chromium_src-819047947b8cead99fe9ca81bcbb181f744fc5a5.tar.gz chromium_src-819047947b8cead99fe9ca81bcbb181f744fc5a5.tar.bz2 |
[Chromoting] Request the daemon to open a terminal once a connection has been accepted.
Opening a terminal will invoke (once this functionality is in place) the desktop integration code. The latter will pass a client end of the IPC channel back to the desktop environment object.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/11028128
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162644 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 6395b43..dabd993 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1794,7 +1794,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': [ |