| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index c63cd46b43ece18d4622188aa771c8818e8db51e..3055b99307459c662a00e064d60838093c9e6fea 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -360,10 +360,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',
|
|
|