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', |