Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: jingle/jingle.gyp

Issue 10398051: [Sync] Replace TalkMediator*/MediatorThread* with PushClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, fix test Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/jingle.gyp
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 02a5a050480d64ad506c290c5011199e5708097b..9f9af8b3b5032fb1e7a640fbdc74c51b41ef2243 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -75,9 +75,8 @@
'notifier/communicator/login_settings.h',
'notifier/communicator/single_login_attempt.cc',
'notifier/communicator/single_login_attempt.h',
- 'notifier/listener/mediator_thread.h',
- 'notifier/listener/mediator_thread_impl.cc',
- 'notifier/listener/mediator_thread_impl.h',
+ 'notifier/listener/push_client.cc',
+ 'notifier/listener/push_client.h',
'notifier/listener/notification_constants.cc',
'notifier/listener/notification_constants.h',
'notifier/listener/notification_defines.cc',
@@ -88,9 +87,6 @@
'notifier/listener/push_notifications_send_update_task.h',
'notifier/listener/push_notifications_subscribe_task.cc',
'notifier/listener/push_notifications_subscribe_task.h',
- 'notifier/listener/talk_mediator.h',
- 'notifier/listener/talk_mediator_impl.cc',
- 'notifier/listener/talk_mediator_impl.h',
'notifier/listener/xml_element_util.cc',
'notifier/listener/xml_element_util.h',
],
@@ -164,12 +160,9 @@
'notifier/communicator/connection_settings_unittest.cc',
'notifier/communicator/login_settings_unittest.cc',
'notifier/communicator/single_login_attempt_unittest.cc',
- 'notifier/listener/mediator_thread_mock.cc',
- 'notifier/listener/mediator_thread_mock.h',
- 'notifier/listener/mediator_thread_unittest.cc',
+ 'notifier/listener/push_client_unittest.cc',
'notifier/listener/push_notifications_send_update_task_unittest.cc',
'notifier/listener/push_notifications_subscribe_task_unittest.cc',
- 'notifier/listener/talk_mediator_unittest.cc',
'notifier/listener/xml_element_util_unittest.cc',
'run_all_unittests.cc',
],
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy_backend.cc ('k') | jingle/notifier/base/notifier_options_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698