diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 22:39:50 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 22:39:50 +0000 |
commit | 3aef722b8c533efc87df683a454f0779f9b6cabb (patch) | |
tree | e687bdf23ab862c8b7eaca3e094e0caa5d8ee328 /remoting/remoting.gyp | |
parent | 67c3f94c2242e71dfe3688985b5f0b781997bb4b (diff) | |
download | chromium_src-3aef722b8c533efc87df683a454f0779f9b6cabb.zip chromium_src-3aef722b8c533efc87df683a454f0779f9b6cabb.tar.gz chromium_src-3aef722b8c533efc87df683a454f0779f9b6cabb.tar.bz2 |
Remove screen capturers from media/video/capture/screen.
Screen capturers have been moved to webrtc. This change
switches chromoting and getUserMedia() to the new copy of the
capturers in webrtc and removes old copy from media.
TBR=jschuh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15692018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 1b21b38..aa574957 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -297,7 +297,6 @@ 'remoting_protocol', '../crypto/crypto.gyp:crypto', '../google_apis/google_apis.gyp:google_apis', - '../media/media.gyp:media', '../ipc/ipc.gyp:ipc', '../third_party/webrtc/modules/modules.gyp:desktop_capture', ], @@ -554,8 +553,8 @@ 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_i18n', - '../media/media.gyp:media', '../net/net.gyp:net', + '../third_party/webrtc/modules/modules.gyp:desktop_capture', 'remoting_base', 'remoting_breakpad', 'remoting_host', @@ -840,8 +839,8 @@ 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_i18n', - '../media/media.gyp:media', '../net/net.gyp:net', + '../third_party/webrtc/modules/modules.gyp:desktop_capture', 'remoting_base', 'remoting_breakpad', 'remoting_host', @@ -1427,8 +1426,8 @@ '../base/base.gyp:base_static', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../ipc/ipc.gyp:ipc', - '../media/media.gyp:media', '../net/net.gyp:net', + '../third_party/webrtc/modules/modules.gyp:desktop_capture', 'remoting_base', 'remoting_breakpad', 'remoting_host', @@ -1942,10 +1941,10 @@ 'remoting_base', 'remoting_client', 'remoting_jingle_glue', - '../media/media.gyp:media', '../net/net.gyp:net', '../ppapi/ppapi.gyp:ppapi_cpp_objects', '../skia/skia.gyp:skia', + '../third_party/webrtc/modules/modules.gyp:desktop_capture', ], 'sources': [ 'client/plugin/chromoting_instance.cc', @@ -2115,7 +2114,7 @@ ], 'target_conditions': [ # We cannot currently build the appsv2 version of WebApp on Windows as - # there isn't a version of the "patch" tool available on windows. We + # there isn't a version of the "patch" tool available on windows. We # should remove this condition when we remove the reliance on the 'patch'. # We define this in a 'target_conditions' section because 'plugin_path' @@ -2163,7 +2162,7 @@ '<@(remoting_webapp_locale_files)', '--patches', '<@(remoting_webapp_patch_files)', - ], + ], 'msvs_cygwin_shell': 1, }, ], @@ -2589,8 +2588,6 @@ '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', '../ipc/ipc.gyp:ipc', - '../media/media.gyp:media', - '../media/media.gyp:media_test_support', '../net/net.gyp:net_test_support', '../ppapi/ppapi.gyp:ppapi_cpp', '../testing/gmock.gyp:gmock', @@ -2675,6 +2672,8 @@ 'host/register_support_host_request_unittest.cc', 'host/remote_input_filter_unittest.cc', 'host/resizing_host_observer_unittest.cc', + 'host/screen_capturer_fake.cc', + 'host/screen_capturer_fake.h', 'host/screen_resolution_unittest.cc', 'host/server_log_entry_unittest.cc', 'host/setup/native_messaging_host_unittest.cc', |