diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 12:39:00 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-30 12:39:00 +0000 |
commit | 37961b1922d7abcdad8849e4cbab9b7fda8066d0 (patch) | |
tree | 77c5a43c522c59e78d6279cb52ff524b4148269e /remoting/remoting.gyp | |
parent | 5b47922909aea1e0fa3242cc86baeae20c853d80 (diff) | |
download | chromium_src-37961b1922d7abcdad8849e4cbab9b7fda8066d0.zip chromium_src-37961b1922d7abcdad8849e4cbab9b7fda8066d0.tar.gz chromium_src-37961b1922d7abcdad8849e4cbab9b7fda8066d0.tar.bz2 |
Curtain mode interface, hooks and unit tests.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6735010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 65eb195..a8edaf5 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -210,6 +210,7 @@ 'host/chromoting_host_context.h', 'host/client_session.cc', 'host/client_session.h', + 'host/curtain.h', 'host/desktop_environment.cc', 'host/desktop_environment.h', 'host/differ.h', @@ -233,6 +234,8 @@ 'sources': [ 'host/capturer_gdi.cc', 'host/capturer_gdi.h', + 'host/curtain_win.cc', + 'host/curtain_win.h', 'host/event_executor_win.cc', 'host/event_executor_win.h', 'host/user_authenticator_fake.cc', @@ -247,6 +250,8 @@ 'sources': [ 'host/capturer_linux.cc', 'host/capturer_linux.h', + 'host/curtain_linux.cc', + 'host/curtain_linux.h', 'host/event_executor_linux.cc', 'host/event_executor_linux.h', 'host/user_authenticator_linux.cc', @@ -269,6 +274,8 @@ 'sources': [ 'host/capturer_mac.cc', 'host/capturer_mac.h', + 'host/curtain_mac.cc', + 'host/curtain_mac.h', 'host/event_executor_mac.cc', 'host/event_executor_mac.h', 'host/user_authenticator_mac.cc', |