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

Unified Diff: remoting/remoting.gyp

Issue 7598004: Resolve addresses of STUN/Relay servers in JingleInfoRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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/jingle_session_manager.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 35241884f3a7ba6f930e84306dea416f29fd5e16..325313ba40406b33cad3b77b44bdac39df87e59f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -496,6 +496,8 @@
'client/frame_consumer.h',
'client/input_handler.cc',
'client/input_handler.h',
+ 'client/ipc_host_resolver.cc',
+ 'client/ipc_host_resolver.h',
'client/rectangle_update_decoder.cc',
'client/rectangle_update_decoder.h',
],
@@ -559,6 +561,8 @@
'../third_party/libjingle/libjingle.gyp:libjingle_p2p',
],
'sources': [
+ 'jingle_glue/host_resolver.cc',
+ 'jingle_glue/host_resolver.h',
'jingle_glue/http_port_allocator.cc',
'jingle_glue/http_port_allocator.h',
'jingle_glue/iq_request.cc',
« no previous file with comments | « remoting/protocol/jingle_session_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698