Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(930)

Unified Diff: components/sync/BUILD.gn

Issue 2864133002: Convert iOS to use X509CertificateBytes. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698