summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-01 07:45:26 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-01 07:45:26 +0000
commit3fd7d7ca4dd5d484c541ff4983e3e83d0917baee (patch)
treee60c62e38a109e6b20aae5cc3e887cd44b31c034 /chrome/chrome_tests.gypi
parentf8c3aead7e7812724f1c21bb697464aca0edd89b (diff)
downloadchromium_src-3fd7d7ca4dd5d484c541ff4983e3e83d0917baee.zip
chromium_src-3fd7d7ca4dd5d484c541ff4983e3e83d0917baee.tar.gz
chromium_src-3fd7d7ca4dd5d484c541ff4983e3e83d0917baee.tar.bz2
[Sync] Move BridgedSyncNotifier and ChromeSyncNotificationBridge to glue/
sync_notifier isn't supposed to have dependencies on chrome. BUG=113723 TEST= Review URL: https://chromiumcodereview.appspot.com/9512005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index de7d276..019811d 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',