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

Unified Diff: remoting/remoting.gyp

Issue 3298021: Removed use of XmppSocketAdapter by sync. (Closed)
Patch Set: Fixed checkdeps problem Created 10 years, 3 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 71b81d06c8c6d56a2f9638880dad43c95432bf0e..b0c52e25778d681ec3da90dc19df629d7dcfad09 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -316,6 +316,12 @@
'jingle_glue/jingle_thread.h',
'jingle_glue/relay_port_allocator.cc',
'jingle_glue/relay_port_allocator.h',
+ 'jingle_glue/ssl_adapter.h',
+ 'jingle_glue/ssl_adapter.cc',
+ 'jingle_glue/ssl_socket_adapter.cc',
+ 'jingle_glue/ssl_socket_adapter.h',
+ 'jingle_glue/xmpp_socket_adapter.cc',
+ 'jingle_glue/xmpp_socket_adapter.h',
],
}, # end of target 'chromoting_jingle_glue'

Powered by Google App Engine
This is Rietveld 408576698