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