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

Unified Diff: remoting/remoting_srcs.gypi

Issue 1694613002: Add IceConfig and IceConfigRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_request
Patch Set: Created 4 years, 10 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/transport_context.cc ('k') | remoting/signaling/jingle_info_request.h » ('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 cda738099e216c2115a63cd06181e82b8ff7f569..d54bf2bc8e0248027a84be3f9d47edf951ab4ec9 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -119,6 +119,9 @@
'protocol/host_stub.h',
'protocol/host_video_dispatcher.cc',
'protocol/host_video_dispatcher.h',
+ 'protocol/ice_config.cc',
+ 'protocol/ice_config.h',
+ 'protocol/ice_config_request.h',
'protocol/ice_connection_to_host.cc',
'protocol/ice_connection_to_host.h',
'protocol/ice_transport.cc',
@@ -132,6 +135,8 @@
'protocol/input_stub.h',
'protocol/it2me_host_authenticator_factory.cc',
'protocol/it2me_host_authenticator_factory.h',
+ 'protocol/jingle_info_request.cc',
+ 'protocol/jingle_info_request.h',
'protocol/jingle_messages.cc',
'protocol/jingle_messages.h',
'protocol/jingle_session.cc',
@@ -245,8 +250,6 @@
'signaling/iq_sender.h',
'signaling/jid_util.cc',
'signaling/jid_util.h',
- 'signaling/jingle_info_request.cc',
- 'signaling/jingle_info_request.h',
'signaling/log_to_server.cc',
'signaling/log_to_server.h',
'signaling/push_notification_subscriber.cc',
« no previous file with comments | « remoting/protocol/transport_context.cc ('k') | remoting/signaling/jingle_info_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698