| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 06908eb6355f8c2cffb073913ccee85dc54541d8..304adb2107d3d8195b2acfc6b4ffb961793c9fdc 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -40,6 +40,7 @@
|
| '../google_apis/google_apis.gyp:google_apis',
|
| '../ipc/ipc.gyp:ipc',
|
| '../third_party/webrtc/modules/modules.gyp:desktop_capture',
|
| + '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| '../ui/events/events.gyp:dom4_keycode_converter',
|
| ],
|
| 'defines': [
|
| @@ -63,6 +64,8 @@
|
| 'host/basic_desktop_environment.h',
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| + 'host/cast_port_allocator_factory.cc',
|
| + 'host/cast_port_allocator_factory.h',
|
| 'host/capture_scheduler.cc',
|
| 'host/capture_scheduler.h',
|
| 'host/chromoting_host.cc',
|
|
|