summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorronakvora@google.com <ronakvora@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 09:13:43 +0000
committerronakvora@google.com <ronakvora@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 09:15:29 +0000
commitbe8e03580c51ce3877ffc75cfae55c36386c297b (patch)
tree935517f6a51c3e61368a5abba0a2627be0062ffd /remoting/remoting_host.gypi
parent2e9369e438556afe99c97ef7465744c0008abb29 (diff)
downloadchromium_src-be8e03580c51ce3877ffc75cfae55c36386c297b.zip
chromium_src-be8e03580c51ce3877ffc75cfae55c36386c297b.tar.gz
chromium_src-be8e03580c51ce3877ffc75cfae55c36386c297b.tar.bz2
I've created a new desktop environment, Me2MeWindowDesktopEnvironment. This environment has creates a WindowCapturerScreenWrapper instead of a
ScreenCapturer with its CreateVideoCapturer() method. This wrapper wraps a WindowCapturer and delegates messages sent to it to the wrapped WindowCapturer. When the command line flag window-Id is specified the remoting_me2me_host.cc choses Me2MeWindowDesktopEnvironment instead of the regular desktop environment. Review URL: https://codereview.chromium.org/422503004 Cr-Commit-Position: refs/heads/master@{#289825} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index e966596..2236fd3 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -240,6 +240,12 @@
'host/shaped_desktop_capturer.h',
'host/signaling_connector.cc',
'host/signaling_connector.h',
+ 'host/single_window_desktop_environment.cc',
+ 'host/single_window_desktop_environment.h',
+ 'host/single_window_input_injector.h',
+ 'host/single_window_input_injector_linux.cc',
+ 'host/single_window_input_injector_mac.cc',
+ 'host/single_window_input_injector_win.cc',
'host/token_validator_base.cc',
'host/token_validator_base.h',
'host/token_validator_factory_impl.cc',