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

Unified Diff: sync/sync.gyp

Issue 10436013: [Sync] Make InvalidationNotifier use PushClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head 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
« no previous file with comments | « sync/notifier/push_client_channel_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index f10d249a6864033c8cd68b1d380d152c1971dfb7..080f68b98703b44cc69acda17ac02ff94935462c 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -213,8 +213,6 @@
'conditions': [
['OS != "android"', {
'sources': [
- 'notifier/cache_invalidation_packet_handler.cc',
- 'notifier/cache_invalidation_packet_handler.h',
'notifier/chrome_invalidation_client.cc',
'notifier/chrome_invalidation_client.h',
'notifier/chrome_system_resources.cc',
@@ -228,6 +226,8 @@
'notifier/non_blocking_invalidation_notifier.cc',
'notifier/p2p_notifier.h',
'notifier/p2p_notifier.cc',
+ 'notifier/push_client_channel.cc',
+ 'notifier/push_client_channel.h',
'notifier/registration_manager.cc',
'notifier/registration_manager.h',
'notifier/state_writer.h',
@@ -586,12 +586,12 @@
'conditions': [
['OS != "android"', {
'sources': [
- 'notifier/cache_invalidation_packet_handler_unittest.cc',
'notifier/chrome_invalidation_client_unittest.cc',
'notifier/chrome_system_resources_unittest.cc',
'notifier/invalidation_notifier_unittest.cc',
'notifier/non_blocking_invalidation_notifier_unittest.cc',
'notifier/p2p_notifier_unittest.cc',
+ 'notifier/push_client_channel_unittest.cc',
'notifier/registration_manager_unittest.cc',
],
}],
« no previous file with comments | « sync/notifier/push_client_channel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698