| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 3a05e6baf4c5fd03b69cb3927a913ed3fb3b19d5..10fba04dcaee006624a49a8e5daf16876e584c1a 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -363,8 +363,6 @@
|
| 'host/host_config.cc',
|
| 'host/host_config.h',
|
| 'host/host_exit_codes.h',
|
| - 'host/host_port_allocator.cc',
|
| - 'host/host_port_allocator.h',
|
| 'host/host_secret.cc',
|
| 'host/host_secret.h',
|
| 'host/host_status_monitor.h',
|
| @@ -415,7 +413,6 @@
|
| 'host/me2me_desktop_environment.h',
|
| 'host/mouse_clamping_filter.cc',
|
| 'host/mouse_clamping_filter.h',
|
| - 'host/network_settings.h',
|
| 'host/pam_authorization_factory_posix.cc',
|
| 'host/pam_authorization_factory_posix.h',
|
| 'host/pin_hash.cc',
|
| @@ -2426,12 +2423,15 @@
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| ],
|
| 'sources': [
|
| + 'jingle_glue/chromium_port_allocator.cc',
|
| + 'jingle_glue/chromium_port_allocator.h',
|
| 'jingle_glue/chromium_socket_factory.cc',
|
| 'jingle_glue/chromium_socket_factory.h',
|
| 'jingle_glue/iq_sender.cc',
|
| 'jingle_glue/iq_sender.h',
|
| 'jingle_glue/jingle_info_request.cc',
|
| 'jingle_glue/jingle_info_request.h',
|
| + 'jingle_glue/network_settings.h',
|
| 'jingle_glue/signal_strategy.h',
|
| 'jingle_glue/xmpp_signal_strategy.cc',
|
| 'jingle_glue/xmpp_signal_strategy.h',
|
|
|