| Index: components/sync_driver/BUILD.gn
|
| diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
|
| index edcb9b48ac6ff9d0ba8ee4c38de92c0e894b4022..b20c8bcef0387e5a64aa202224b2341174e44689 100644
|
| --- a/components/sync_driver/BUILD.gn
|
| +++ b/components/sync_driver/BUILD.gn
|
| @@ -123,6 +123,7 @@ source_set("sync_driver") {
|
|
|
| public_deps = [
|
| ":features",
|
| + "//third_party/cacheinvalidation",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -137,7 +138,6 @@ source_set("sync_driver") {
|
| "//google_apis",
|
| "//net",
|
| "//sync",
|
| - "//third_party/cacheinvalidation",
|
| ]
|
|
|
| if (enable_configuration_policy) {
|
|
|