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

Unified Diff: sync/sync.gyp

Issue 10805002: [Sync] Enable adding notifier observers from ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos 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
« sync/internal_api/sync_manager_impl.cc ('K') | « sync/notifier/sync_notifier.h ('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 8ca2c194e742a5580a077ad3cb54dc9a04ef72f7..e5d02819ed5175a4002f3a9212f25c0718f16cc6 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -478,11 +478,13 @@
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
'syncapi_core',
+ 'sync_notifier',
'test_support_sync',
],
'export_dependent_settings': [
'../testing/gtest.gyp:gtest',
'syncapi_core',
+ 'sync_notifier',
'test_support_sync',
],
'sources': [
@@ -704,7 +706,7 @@
'internal_api/js_mutation_event_observer_unittest.cc',
'internal_api/js_sync_manager_observer_unittest.cc',
'internal_api/syncapi_server_connection_manager_unittest.cc',
- 'internal_api/syncapi_unittest.cc',
+ 'internal_api/sync_manager_impl_unittest.cc',
],
},
},
« sync/internal_api/sync_manager_impl.cc ('K') | « sync/notifier/sync_notifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698