diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 23:35:24 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-21 23:35:24 +0000 |
commit | 2deab81fb7d992a24ab6bd7b60d80589b746d836 (patch) | |
tree | 80de37fb5ab107fa2b005e14889ba347de62efb0 /remoting/remoting.gyp | |
parent | a4105bfd5b2b41c1f88fa93bfea409ee56426933 (diff) | |
download | chromium_src-2deab81fb7d992a24ab6bd7b60d80589b746d836.zip chromium_src-2deab81fb7d992a24ab6bd7b60d80589b746d836.tar.gz chromium_src-2deab81fb7d992a24ab6bd7b60d80589b746d836.tar.bz2 |
Move SignalStrategy and its implementations to separate files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7219014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 980da3d..82bcbc7 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -537,15 +537,20 @@ 'jingle_glue/http_port_allocator.h', 'jingle_glue/iq_request.cc', 'jingle_glue/iq_request.h', + 'jingle_glue/javascript_signal_strategy.cc', + 'jingle_glue/javascript_signal_strategy.h', 'jingle_glue/jingle_client.cc', 'jingle_glue/jingle_client.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', ], |