Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1180)

Unified Diff: remoting/remoting.gyp

Issue 15692018: Remove screen capturers from media/video/capture/screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/session_input_injector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9eda0779445dae1a1cfbde59e617599fbaa0f20b..899390861bbda6e3d3a4bfd3afdef70b8b9206ab 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,
},
],
@@ -2591,8 +2590,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',
@@ -2677,6 +2674,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',
« no previous file with comments | « remoting/host/win/session_input_injector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698