summaryrefslogtreecommitdiffstats
path: root/jingle/jingle.gyp
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 22:34:37 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 22:34:37 +0000
commit2e7f6e8287bb2e139da7bba876138e2d0f275714 (patch)
treeae15c658c20275eeb3b278d226662af46064f8e5 /jingle/jingle.gyp
parentae4b68e2c7344f560f12b7e34946188b691a4695 (diff)
downloadchromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.zip
chromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.tar.gz
chromium_src-2e7f6e8287bb2e139da7bba876138e2d0f275714.tar.bz2
Changed the jingle network code in ChromeAsyncSocket to use the client socket pool. This also allows the connection to be able to tunnel through proxies.
BUG=77430 TEST=Unit-tests, sync unit-tests, test Cloud Print and Sync behind procy servers. Review URL: http://codereview.chromium.org/6833031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r--jingle/jingle.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index fece532..aa5a720 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -50,6 +50,9 @@
'notifier/base/notifier_options.h',
'notifier/base/notifier_options_util.cc',
'notifier/base/notifier_options_util.h',
+ 'notifier/base/proxy_resolving_client_socket.cc',
+ 'notifier/base/proxy_resolving_client_socket.h',
+ 'notifier/base/resolving_client_socket_factory.h',
'notifier/base/server_information.cc',
'notifier/base/server_information.h',
'notifier/base/task_pump.cc',
@@ -149,6 +152,7 @@
'glue/thread_wrapper_unittest.cc',
'notifier/base/chrome_async_socket_unittest.cc',
'notifier/base/fake_ssl_client_socket_unittest.cc',
+ 'notifier/base/proxy_resolving_client_socket_unittest.cc',
'notifier/base/xmpp_connection_unittest.cc',
'notifier/base/weak_xmpp_client_unittest.cc',
'notifier/communicator/xmpp_connection_generator_unittest.cc',