| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 0a9addc189559393bd811e57d9c650a3d2bfdbd5..1148339f4003f6a445c58571a86021c43a4bcaed 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1721,7 +1721,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',
|
| @@ -2203,7 +2203,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',
|
| ],
|
| @@ -2251,9 +2251,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',
|
|
|