summaryrefslogtreecommitdiffstats
path: root/jingle/jingle.gyp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 02:12:45 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 02:12:45 +0000
commit8a91a0a06c35b1487949c4037954e08172827f90 (patch)
tree6583e95c3a82749a73a0dbac57f354839ab4446d /jingle/jingle.gyp
parent29c6bb325b65ce953ed11cc344455e67be697b84 (diff)
downloadchromium_src-8a91a0a06c35b1487949c4037954e08172827f90.zip
chromium_src-8a91a0a06c35b1487949c4037954e08172827f90.tar.gz
chromium_src-8a91a0a06c35b1487949c4037954e08172827f90.tar.bz2
Added FakeSSLClentSocket for connecting to Google Talk on the SSL port
FakeSSLClientSocket is a wrapper around a ClientSocket that simulates an SSL handshake, which is needed to connect to Google Talk servers on the SSL port. This was adapted from the libjingle socket implementation. BUG=45612 TEST=new unit tests Review URL: http://codereview.chromium.org/3231006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r--jingle/jingle.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index eafe96b..0b093fa 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -20,6 +20,8 @@
'notifier/base/signal_thread_task.h',
'notifier/base/ssl_adapter.h',
'notifier/base/ssl_adapter.cc',
+ 'notifier/base/fake_ssl_client_socket.cc',
+ 'notifier/base/fake_ssl_client_socket.h',
'notifier/base/static_assert.h',
'notifier/base/task_pump.cc',
'notifier/base/task_pump.h',
@@ -96,6 +98,7 @@
# TODO(akalin): Write our own test suite and runner.
'../base/test/run_all_unittests.cc',
'notifier/base/chrome_async_socket_unittest.cc',
+ 'notifier/base/fake_ssl_client_socket_unittest.cc',
'notifier/listener/talk_mediator_unittest.cc',
'notifier/listener/send_update_task_unittest.cc',
'notifier/listener/subscribe_task_unittest.cc',