| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index fb108f681092cf58de7daa246f843566d96ad206..99580a781fe8f90cff8387c76f144220192edd00 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -286,7 +286,7 @@
|
| 'target_name': 'chromoting_jingle_glue',
|
| 'type': '<(library)',
|
| 'dependencies': [
|
| - '../net/net.gyp:net',
|
| + '../jingle/jingle.gyp:notifier',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
|
| ],
|
| @@ -295,8 +295,6 @@
|
| '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
|
| ],
|
| 'sources': [
|
| - 'jingle_glue/gaia_token_pre_xmpp_auth.cc',
|
| - 'jingle_glue/gaia_token_pre_xmpp_auth.h',
|
| 'jingle_glue/iq_request.cc',
|
| 'jingle_glue/iq_request.h',
|
| 'jingle_glue/jingle_channel.cc',
|
| @@ -309,12 +307,6 @@
|
| 'jingle_glue/jingle_thread.h',
|
| 'jingle_glue/relay_port_allocator.cc',
|
| 'jingle_glue/relay_port_allocator.h',
|
| - 'jingle_glue/ssl_adapter.cc',
|
| - 'jingle_glue/ssl_adapter.h',
|
| - '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'
|
|
|
|
|