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

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: Address comments 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/notifier/sync_notifier.h ('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 6a38127ce3fac936e6aaff25cc3063944b3bfbc8..3583c87b288f6a5dedd77c5b97995aa470c34df5 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -480,11 +480,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': [
@@ -706,7 +708,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/notifier/sync_notifier.h ('K') | « sync/notifier/sync_notifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698