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

Unified Diff: chrome/chrome_tests.gypi

Issue 9512005: [Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 10 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 | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index de7d276921fba38b53590679ffd375e3b4975502..019811d6606d17d5aa3885c7050f58dec5e02890 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1226,6 +1226,7 @@
'test_support_sync',
'test_support_syncapi',
'test_support_syncapi_service',
+ 'test_support_sync_notifier',
'test_support_unit',
# 3) anything tests directly depend on
'../skia/skia.gyp:skia',
@@ -1724,10 +1725,12 @@
'browser/sync/glue/app_notification_data_type_controller_unittest.cc',
'browser/sync/glue/autofill_data_type_controller_unittest.cc',
'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
+ 'browser/sync/glue/bridged_sync_notifier_unittest.cc',
'browser/sync/glue/browser_thread_model_worker_unittest.cc',
'browser/sync/glue/change_processor_mock.cc',
'browser/sync/glue/change_processor_mock.h',
'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
+ 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc',
'browser/sync/glue/data_type_controller_mock.cc',
'browser/sync/glue/data_type_controller_mock.h',
'browser/sync/glue/data_type_error_handler_mock.cc',
@@ -3613,11 +3616,9 @@
'browser/sync/js/js_event_details_unittest.cc',
'browser/sync/js/js_mutation_event_observer_unittest.cc',
'browser/sync/js/js_sync_manager_observer_unittest.cc',
- 'browser/sync/notifier/bridged_sync_notifier_unittest.cc',
'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
'browser/sync/notifier/chrome_system_resources_unittest.cc',
- 'browser/sync/notifier/chrome_sync_notification_bridge_unittest.cc',
'browser/sync/notifier/invalidation_notifier_unittest.cc',
'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc',
'browser/sync/notifier/p2p_notifier_unittest.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698