summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 19:37:58 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-18 19:37:58 +0000
commita5f67b9425712543c66823903f3c9b284c0abcdb (patch)
treec1840d2174496fb6c3f49bb2bb015edaaa6f4132 /remoting/remoting.gyp
parent92509f5dab4eb69e6c016e43572761c4ea3d7601 (diff)
downloadchromium_src-a5f67b9425712543c66823903f3c9b284c0abcdb.zip
chromium_src-a5f67b9425712543c66823903f3c9b284c0abcdb.tar.gz
chromium_src-a5f67b9425712543c66823903f3c9b284c0abcdb.tar.bz2
Add ShapedScreenCapturer
ShapedScreenCapturer is a layer on top regular screen capturer that captures desktop shape and attaches it to the generated frames. R=wez@chromium.org Review URL: https://codereview.chromium.org/93973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 41cdf0d..5dac8ba 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -434,6 +434,8 @@
'host/service_urls.h',
'host/session_manager_factory.cc',
'host/session_manager_factory.h',
+ 'host/shaped_screen_capturer.cc',
+ 'host/shaped_screen_capturer.h',
'host/signaling_connector.cc',
'host/signaling_connector.h',
'host/token_validator_factory_impl.cc',
@@ -2882,6 +2884,7 @@
'host/setup/me2me_native_messaging_host_unittest.cc',
'host/setup/oauth_helper_unittest.cc',
'host/setup/pin_validator_unittest.cc',
+ 'host/shaped_screen_capturer_unittest.cc',
'host/token_validator_factory_impl_unittest.cc',
'host/video_scheduler_unittest.cc',
'host/win/rdp_client_unittest.cc',