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

Unified Diff: remoting/remoting.gyp

Issue 13983010: Use webrtc::DesktopCapturer for screen capturer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/video_scheduler_unittest.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 f6cd26c76d84ac8a5b5ef80b81081e8f5f928412..84655e6fbfd743719934fd6e4b27f11c111a27ff 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -300,6 +300,7 @@
'../google_apis/google_apis.gyp:google_apis',
'../media/media.gyp:media',
'../ipc/ipc.gyp:ipc',
+ '../third_party/webrtc/modules/modules.gyp:desktop_capture',
],
'defines': [
'VERSION=<(version_full)',
@@ -326,6 +327,8 @@
'host/chromoting_host_context.h',
'host/chromoting_messages.cc',
'host/chromoting_messages.h',
+ 'host/chromoting_param_traits.cc',
+ 'host/chromoting_param_traits.h',
'host/client_session.cc',
'host/client_session.h',
'host/client_session_control.h',
@@ -358,7 +361,7 @@
'host/dns_blackhole_checker.h',
'host/heartbeat_sender.cc',
'host/heartbeat_sender.h',
- 'host/host_change_notification_listener.cc',
+ 'host/host_change_notification_listener.cc',
'host/host_change_notification_listener.h',
'host/host_config.cc',
'host/host_config.h',
@@ -1401,6 +1404,7 @@
'remoting_me2me_host_static',
'remoting_protocol',
'remoting_version_resources',
+ '../third_party/webrtc/modules/modules.gyp:desktop_capture',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/remoting/host/chromoting_lib.rc',
@@ -2235,6 +2239,7 @@
'remoting_jingle_glue',
'remoting_resources',
'proto/chromotocol.gyp:chromotocol_proto_lib',
+ '../third_party/webrtc/modules/modules.gyp:desktop_capture',
],
'export_dependent_settings': [
'../base/base.gyp:base',
@@ -2530,6 +2535,7 @@
'remoting_jingle_glue',
'remoting_protocol',
'remoting_resources',
+ '../third_party/webrtc/modules/modules.gyp:desktop_capture',
],
'defines': [
'VERSION=<(version_full)',
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698