summaryrefslogtreecommitdiffstats
path: root/jingle/jingle.gyp
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 09:23:27 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 09:23:27 +0000
commit01f91e825511800dde18826d979cbc4d39c5862d (patch)
tree7f9734e9e108216a11dd52748dafdf2f306f297e /jingle/jingle.gyp
parent2b82c0d249fe3753e198567e505db9baade30136 (diff)
downloadchromium_src-01f91e825511800dde18826d979cbc4d39c5862d.zip
chromium_src-01f91e825511800dde18826d979cbc4d39c5862d.tar.gz
chromium_src-01f91e825511800dde18826d979cbc4d39c5862d.tar.bz2
Refactored handling of XmppClient.
Added new classes WeakXmppClient and XmppConnection, which let me simplify MediatorThreadImpl et al. BUG=55302 TEST=new unit tests, manually Review URL: http://codereview.chromium.org/3290025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r--jingle/jingle.gyp10
1 files changed, 6 insertions, 4 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 79ee350..b3c867e 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -24,8 +24,12 @@
'notifier/base/notifier_options.h',
'notifier/base/task_pump.cc',
'notifier/base/task_pump.h',
+ 'notifier/base/weak_xmpp_client.cc',
+ 'notifier/base/weak_xmpp_client.h',
'notifier/base/xmpp_client_socket_factory.cc',
'notifier/base/xmpp_client_socket_factory.h',
+ 'notifier/base/xmpp_connection.cc',
+ 'notifier/base/xmpp_connection.h',
'notifier/communicator/connection_options.cc',
'notifier/communicator/connection_options.h',
'notifier/communicator/connection_settings.cc',
@@ -35,9 +39,6 @@
'notifier/communicator/gaia_token_pre_xmpp_auth.h',
'notifier/communicator/login.cc',
'notifier/communicator/login.h',
- 'notifier/communicator/login_connection_state.h',
- 'notifier/communicator/login_failure.cc',
- 'notifier/communicator/login_failure.h',
'notifier/communicator/login_settings.cc',
'notifier/communicator/login_settings.h',
'notifier/communicator/single_login_attempt.cc',
@@ -55,7 +56,6 @@
'notifier/listener/notification_defines.h',
'notifier/listener/send_update_task.cc',
'notifier/listener/send_update_task.h',
- 'notifier/base/sigslotrepeater.h',
'notifier/listener/subscribe_task.cc',
'notifier/listener/subscribe_task.h',
'notifier/listener/talk_mediator.h',
@@ -93,6 +93,8 @@
'../base/test/run_all_unittests.cc',
'notifier/base/chrome_async_socket_unittest.cc',
'notifier/base/fake_ssl_client_socket_unittest.cc',
+ 'notifier/base/xmpp_connection_unittest.cc',
+ 'notifier/base/weak_xmpp_client_unittest.cc',
'notifier/listener/talk_mediator_unittest.cc',
'notifier/listener/send_update_task_unittest.cc',
'notifier/listener/subscribe_task_unittest.cc',