Chromium Code Reviews| Index: components/sync_driver/BUILD.gn |
| diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn |
| index 7730b73864a9f30b3bc06bd6f4d9a760cd0c9288..5b427964c6dd0da809b15b04c9bf9290d710492c 100644 |
| --- a/components/sync_driver/BUILD.gn |
| +++ b/components/sync_driver/BUILD.gn |
| @@ -126,8 +126,10 @@ source_set("sync_driver") { |
| ] |
| public_deps = [ |
| + "//sync", |
|
sdefresne
2016/03/17 13:11:20
ditto
|
| "//third_party/cacheinvalidation", |
| ] |
| + |
| deps = [ |
| "//base", |
| "//base/third_party/dynamic_annotations", |
| @@ -141,7 +143,6 @@ source_set("sync_driver") { |
| "//components/version_info", |
| "//google_apis", |
| "//net", |
| - "//sync", |
| ] |
| if (enable_configuration_policy) { |