diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 71b81d0..b0c52e2 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' |