| Index: components/sync/tools/BUILD.gn
|
| diff --git a/components/sync/tools/BUILD.gn b/components/sync/tools/BUILD.gn
|
| index 8951abfb3a92b9358b31a0888d024ac2b99e6ab8..cf84e6b410b4856b269e281dfc179140a77f5161 100644
|
| --- a/components/sync/tools/BUILD.gn
|
| +++ b/components/sync/tools/BUILD.gn
|
| @@ -30,7 +30,8 @@ test("sync_listen_notifications") {
|
| ":common",
|
| "//base",
|
| "//components/invalidation/impl",
|
| - "//components/sync:test_support_sync_core",
|
| + "//components/sync",
|
| + "//components/sync:test_support_engine",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| ]
|
| @@ -47,7 +48,8 @@ test("sync_client") {
|
| ":common",
|
| "//base",
|
| "//components/invalidation/impl",
|
| - "//components/sync:test_support_sync_core",
|
| + "//components/sync",
|
| + "//components/sync:test_support_engine",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| ]
|
|
|