| Index: components/sync/tools/BUILD.gn
|
| diff --git a/sync/tools/BUILD.gn b/components/sync/tools/BUILD.gn
|
| similarity index 89%
|
| rename from sync/tools/BUILD.gn
|
| rename to components/sync/tools/BUILD.gn
|
| index 102584241dfbd14576bd14db9059e30b6cd37c8e..8d45608c2b7011479a4390353b86cad88848b371 100644
|
| --- a/sync/tools/BUILD.gn
|
| +++ b/components/sync/tools/BUILD.gn
|
| @@ -15,8 +15,8 @@ source_set("common") {
|
| deps = [
|
| "//base",
|
| "//components/invalidation/impl",
|
| + "//components/sync",
|
| "//components/sync_driver",
|
| - "//sync",
|
| ]
|
| }
|
|
|
| @@ -31,10 +31,10 @@ test("sync_listen_notifications") {
|
| ":common",
|
| "//base",
|
| "//components/invalidation/impl",
|
| + "//components/sync:test_support_sync_core",
|
| "//components/sync_driver",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| - "//sync:test_support_sync_core",
|
| ]
|
| }
|
|
|
| @@ -49,9 +49,9 @@ test("sync_client") {
|
| ":common",
|
| "//base",
|
| "//components/invalidation/impl",
|
| + "//components/sync:test_support_sync_core",
|
| "//components/sync_driver",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| - "//sync:test_support_sync_core",
|
| ]
|
| }
|
|
|