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

Unified Diff: remoting/remoting_srcs.gypi

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 0471736bc7af62a6fe66648946ff6bb78cfa94c8..5790eca1e97573b3bf386ac97b319b80c2d44976 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -67,25 +67,6 @@
],
'remoting_protocol_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/log_to_server.cc',
- 'jingle_glue/log_to_server.h',
- 'jingle_glue/network_settings.cc',
- 'jingle_glue/network_settings.h',
- 'jingle_glue/server_log_entry.cc',
- 'jingle_glue/server_log_entry.h',
- 'jingle_glue/signal_strategy.h',
- 'jingle_glue/socket_util.cc',
- 'jingle_glue/socket_util.h',
- 'jingle_glue/xmpp_signal_strategy.cc',
- 'jingle_glue/xmpp_signal_strategy.h',
'protocol/audio_reader.cc',
'protocol/audio_reader.h',
'protocol/audio_stub.h',
@@ -104,6 +85,10 @@
'protocol/channel_dispatcher_base.h',
'protocol/channel_multiplexer.cc',
'protocol/channel_multiplexer.h',
+ 'protocol/chromium_port_allocator.cc',
+ 'protocol/chromium_port_allocator.h',
+ 'protocol/chromium_socket_factory.cc',
+ 'protocol/chromium_socket_factory.h',
'protocol/client_control_dispatcher.cc',
'protocol/client_control_dispatcher.h',
'protocol/client_event_dispatcher.cc',
@@ -162,6 +147,8 @@
'protocol/negotiating_client_authenticator.h',
'protocol/negotiating_host_authenticator.cc',
'protocol/negotiating_host_authenticator.h',
+ 'protocol/network_settings.cc',
+ 'protocol/network_settings.h',
'protocol/pairing_authenticator_base.cc',
'protocol/pairing_authenticator_base.h',
'protocol/pairing_client_authenticator.cc',
@@ -178,6 +165,8 @@
'protocol/session_config.cc',
'protocol/session_config.h',
'protocol/session_manager.h',
+ 'protocol/socket_util.cc',
+ 'protocol/socket_util.h',
'protocol/ssl_hmac_channel_authenticator.cc',
'protocol/ssl_hmac_channel_authenticator.h',
'protocol/third_party_authenticator_base.cc',
@@ -196,6 +185,17 @@
'protocol/video_stub.h',
'protocol/video_writer.cc',
'protocol/video_writer.h',
+ 'signaling/iq_sender.cc',
+ 'signaling/iq_sender.h',
+ 'signaling/jingle_info_request.cc',
+ 'signaling/jingle_info_request.h',
+ 'signaling/log_to_server.cc',
+ 'signaling/log_to_server.h',
+ 'signaling/server_log_entry.cc',
+ 'signaling/server_log_entry.h',
+ 'signaling/signal_strategy.h',
+ 'signaling/xmpp_signal_strategy.cc',
+ 'signaling/xmpp_signal_strategy.h',
],
'remoting_client_sources': [
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698