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

Unified Diff: components/google/core/browser/BUILD.gn

Issue 2812403003: Set public_deps for //components/google/core/browser. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/BUILD.gn
diff --git a/components/google/core/browser/BUILD.gn b/components/google/core/browser/BUILD.gn
index 67f502e105c5bf7a57f6edb3a4a220d4d7ad75d6..96ada900a7121a051aaf04d783c06d0658b1e3db 100644
--- a/components/google/core/browser/BUILD.gn
+++ b/components/google/core/browser/BUILD.gn
@@ -17,16 +17,19 @@ static_library("browser") {
"google_util.h",
]
- deps = [
+ public_deps = [
"//base",
- "//components/data_use_measurement/core",
"//components/keyed_service/core",
+ "//net",
+ "//url",
+ ]
+
+ deps = [
+ "//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
"//components/strings",
"//components/url_formatter",
- "//net",
- "//url",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698