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

Unified Diff: remoting/remoting.gyp

Issue 17101034: Add static Create method to LibjingleTransportFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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/protocol/libjingle_transport_factory.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 784a178272fd061d33be33b2d21198bba1b149ae..f442e6e4905fe53045ac87d218f3433ecdc8d030 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',
@@ -2424,12 +2421,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',
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698