| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index a6300e973d6090cc8de0640a75c57aa81402afbf..1f90ac0cd7847e19a6124717c7b3a99aff460632 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -40,7 +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',
|
| + '../third_party/libjingle/libjingle.gyp:libpeerconnection',
|
| '../ui/events/events.gyp:dom4_keycode_converter',
|
| ],
|
| 'defines': [
|
| @@ -64,6 +64,10 @@
|
| 'host/basic_desktop_environment.h',
|
| 'host/branding.cc',
|
| 'host/branding.h',
|
| + 'host/cast_extension.cc',
|
| + 'host/cast_extension.h',
|
| + 'host/cast_extension_session.cc',
|
| + 'host/cast_extension_session.h',
|
| 'host/capture_scheduler.cc',
|
| 'host/capture_scheduler.h',
|
| 'host/chromium_port_allocator_factory.cc',
|
|
|