Index: remoting/remoting.gyp |
=================================================================== |
--- remoting/remoting.gyp (revision 148577) |
+++ remoting/remoting.gyp (working copy) |
@@ -1500,10 +1500,18 @@ |
'jingle_glue/javascript_signal_strategy.h', |
'jingle_glue/jingle_info_request.cc', |
'jingle_glue/jingle_info_request.h', |
+ 'jingle_glue/jingle_thread.cc', |
+ 'jingle_glue/jingle_thread.h', |
'jingle_glue/signal_strategy.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_proxy.h', |
'jingle_glue/xmpp_signal_strategy.cc', |
'jingle_glue/xmpp_signal_strategy.h', |
+ 'jingle_glue/xmpp_socket_adapter.cc', |
+ 'jingle_glue/xmpp_socket_adapter.h', |
], |
}, # end of target 'remoting_jingle_glue' |
@@ -1721,6 +1729,7 @@ |
'jingle_glue/fake_signal_strategy.cc', |
'jingle_glue/fake_signal_strategy.h', |
'jingle_glue/iq_sender_unittest.cc', |
+ 'jingle_glue/jingle_thread_unittest.cc', |
'jingle_glue/mock_objects.cc', |
'jingle_glue/mock_objects.h', |
'protocol/authenticator_test_base.cc', |