| Index: sync/tools/BUILD.gn
|
| diff --git a/sync/tools/BUILD.gn b/sync/tools/BUILD.gn
|
| index 9eefdaeea262b17d91653584baecc2a2082a63ae..fc6f7ae00e3e230fd41d38cf5145152382e9f083 100644
|
| --- a/sync/tools/BUILD.gn
|
| +++ b/sync/tools/BUILD.gn
|
| @@ -18,7 +18,7 @@ if (is_linux && !is_chromeos) {
|
|
|
| deps = [
|
| "//base",
|
| - "//components/invalidation",
|
| + "//components/invalidation/impl",
|
| "//sync",
|
| ]
|
| }
|
| @@ -33,7 +33,7 @@ if (is_linux && !is_chromeos) {
|
| deps = [
|
| ":common",
|
| "//base",
|
| - "//components/invalidation",
|
| + "//components/invalidation/impl",
|
| "//jingle:notifier",
|
| "//net",
|
| "//net:test_support",
|
| @@ -52,7 +52,7 @@ if (is_linux && !is_chromeos) {
|
| deps = [
|
| ":common",
|
| "//base",
|
| - "//components/invalidation",
|
| + "//components/invalidation/impl",
|
| "//jingle:notifier",
|
| "//net",
|
| "//net:test_support",
|
|
|