| Index: components/sync/tools/BUILD.gn
|
| diff --git a/components/sync/tools/BUILD.gn b/components/sync/tools/BUILD.gn
|
| index 8d45608c2b7011479a4390353b86cad88848b371..8951abfb3a92b9358b31a0888d024ac2b99e6ab8 100644
|
| --- a/components/sync/tools/BUILD.gn
|
| +++ b/components/sync/tools/BUILD.gn
|
| @@ -16,7 +16,6 @@ source_set("common") {
|
| "//base",
|
| "//components/invalidation/impl",
|
| "//components/sync",
|
| - "//components/sync_driver",
|
| ]
|
| }
|
|
|
| @@ -32,7 +31,6 @@ test("sync_listen_notifications") {
|
| "//base",
|
| "//components/invalidation/impl",
|
| "//components/sync:test_support_sync_core",
|
| - "//components/sync_driver",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| ]
|
| @@ -50,7 +48,6 @@ test("sync_client") {
|
| "//base",
|
| "//components/invalidation/impl",
|
| "//components/sync:test_support_sync_core",
|
| - "//components/sync_driver",
|
| "//jingle:notifier",
|
| "//net:test_support",
|
| ]
|
|
|