| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 791f1e623b9959394deea1cb050760e9b33fe3da..ca83c7f90e647ce6b95c668da1a806f04733c32b 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',
|
| @@ -2530,6 +2533,7 @@
|
| 'remoting_jingle_glue',
|
| 'remoting_protocol',
|
| 'remoting_resources',
|
| + '../third_party/webrtc/modules/modules.gyp:desktop_capture',
|
| ],
|
| 'defines': [
|
| 'VERSION=<(version_full)',
|
|
|