diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 04:16:54 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 04:16:54 +0000 |
commit | b2295b0cec258dba9b265e43b29b6c7cc5a973c8 (patch) | |
tree | 2422ef1a8422d997db311d76f86c73c615f06f11 /jingle/jingle.gyp | |
parent | 32b7c4995d5f5ecc034999c02c28ded2190c6888 (diff) | |
download | chromium_src-b2295b0cec258dba9b265e43b29b6c7cc5a973c8.zip chromium_src-b2295b0cec258dba9b265e43b29b6c7cc5a973c8.tar.gz chromium_src-b2295b0cec258dba9b265e43b29b6c7cc5a973c8.tar.bz2 |
Added XmppClientSocketFactory for use with ChromeAsyncSocket
XmppClientSocketFactory serves up regular TCP sockets or fake SSL TCP
sockets. This way, ChromeAsyncSocket has feature parity with
XmppSocketAdapter.
BUG=45612
TEST=existing unittests
Review URL: http://codereview.chromium.org/3299001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r-- | jingle/jingle.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp index 0b093fa..dd76e04 100644 --- a/jingle/jingle.gyp +++ b/jingle/jingle.gyp @@ -25,6 +25,8 @@ 'notifier/base/static_assert.h', 'notifier/base/task_pump.cc', 'notifier/base/task_pump.h', + 'notifier/base/xmpp_client_socket_factory.cc', + 'notifier/base/xmpp_client_socket_factory.h', 'notifier/communicator/connection_options.cc', 'notifier/communicator/connection_options.h', 'notifier/communicator/connection_settings.cc', |