| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index a7f46eaab9b48499c6d8a96590faf95b93fd6747..28cabf36cb2494eff2210a3c6dccd96dd648a6f3 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -377,10 +377,10 @@
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| 'test_support_common',
|
| - '../sync/sync.gyp:test_support_sync',
|
| + '../sync/sync.gyp:test_support_sync_api',
|
| + '../sync/sync.gyp:test_support_sync_core',
|
| + '../sync/sync.gyp:test_support_sync_internal_api',
|
| '../sync/sync.gyp:test_support_sync_notifier',
|
| - '../sync/sync.gyp:test_support_syncapi_core',
|
| - '../sync/sync.gyp:test_support_syncapi_service',
|
| 'test_support_unit',
|
| # 3) anything tests directly depend on
|
| '../google_apis/google_apis.gyp:google_apis',
|
|
|