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

Unified Diff: sync/sync.gyp

Issue 10702074: Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to HEAD Created 8 years, 5 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/sync_notifier_observer.h ('k') | sync/tools/sync_listen_notifications.cc » ('j') | 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 b517825700ce2a82d1c59a22475e58563879c642..ea2f7b35e6ee6cc4caa6a18db0279a8de40925cc 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -250,11 +250,15 @@
'sources': [
'notifier/invalidation_util.cc',
'notifier/invalidation_util.h',
- 'notifier/notifications_disabled_reason.h',
'notifier/notifications_disabled_reason.cc',
+ 'notifier/notifications_disabled_reason.h',
+ 'notifier/object_id_payload_map.cc',
+ 'notifier/object_id_payload_map.h',
'notifier/sync_notifier.h',
- 'notifier/sync_notifier_factory.h',
'notifier/sync_notifier_factory.cc',
+ 'notifier/sync_notifier_factory.h',
+ 'notifier/sync_notifier_helper.cc',
+ 'notifier/sync_notifier_helper.h',
'notifier/sync_notifier_observer.h',
],
'conditions': [
@@ -264,13 +268,13 @@
'notifier/chrome_invalidation_client.h',
'notifier/chrome_system_resources.cc',
'notifier/chrome_system_resources.h',
- 'notifier/invalidation_notifier.h',
'notifier/invalidation_notifier.cc',
+ 'notifier/invalidation_notifier.h',
'notifier/invalidation_state_tracker.h',
- 'notifier/non_blocking_invalidation_notifier.h',
'notifier/non_blocking_invalidation_notifier.cc',
- 'notifier/p2p_notifier.h',
+ 'notifier/non_blocking_invalidation_notifier.h',
'notifier/p2p_notifier.cc',
+ 'notifier/p2p_notifier.h',
'notifier/push_client_channel.cc',
'notifier/push_client_channel.h',
'notifier/registration_manager.cc',
@@ -649,6 +653,7 @@
'notifier/p2p_notifier_unittest.cc',
'notifier/push_client_channel_unittest.cc',
'notifier/registration_manager_unittest.cc',
+ 'notifier/sync_notifier_helper_unittest.cc',
],
}],
],
« no previous file with comments | « sync/notifier/sync_notifier_observer.h ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698