Index: components/sync/BUILD.gn |
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn |
index a3e8b54023eba791fec27ec5c5fe4a36fccbb259..ca5606cb437858aad7afc7521793b7243aebd90f 100644 |
--- a/components/sync/BUILD.gn |
+++ b/components/sync/BUILD.gn |
@@ -579,10 +579,12 @@ static_library("sync") { |
configs += [ "//build/config:precompiled_headers" ] |
public_deps = [ |
+ "//base", |
"//components/sync/protocol", |
+ "//net", |
+ "//url", |
] |
deps = [ |
- "//base", |
"//base:i18n", |
"//base/third_party/dynamic_annotations", |
"//components/data_use_measurement/core", |
@@ -597,13 +599,11 @@ static_library("sync") { |
"//components/version_info", |
"//crypto", |
"//google_apis", |
- "//net", |
"//sql", |
"//third_party/cacheinvalidation", |
"//third_party/leveldatabase", |
"//third_party/zlib", |
"//third_party/zlib:compression_utils", |
- "//url", |
] |
if (is_android) { |