| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index df9257d697ec7a10dabaa282fecf6d808482249e..089e34612bce00523c9db8462a364e547c2bab42 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1728,7 +1728,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../sql/sql.gyp:sql',
|
| '../sql/sql.gyp:test_support_sql',
|
| - '../sync/sync.gyp:sync',
|
| + '../components/sync.gyp:sync',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| @@ -2210,7 +2210,7 @@
|
| '../base/base.gyp:base',
|
| '../mojo/mojo_edk.gyp:mojo_system_impl',
|
| '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync',
|
| + '../components/sync.gyp:sync',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
| @@ -2258,9 +2258,9 @@
|
| '../crypto/crypto.gyp:crypto_test_support',
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| - '../sync/sync.gyp:test_support_sync_api',
|
| - '../sync/sync.gyp:test_support_sync_core',
|
| - '../sync/sync.gyp:test_support_sync_internal_api',
|
| + '../components/sync.gyp:test_support_sync_api',
|
| + '../components/sync.gyp:test_support_sync_core',
|
| + '../components/sync.gyp:test_support_sync_core_impl',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| 'test_support_common',
|
|
|