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

Unified Diff: components/search_engines/BUILD.gn

Issue 2872153002: Add public_deps for //components/toolbar:test_support and //components/search_engines (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
« no previous file with comments | « no previous file | components/toolbar/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 0b0da285ddedc113d725e0cc4931d49db90e3f2c..9e4b05d3959eb1b9517006059f64ee4bcd2c56ae 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -46,16 +46,19 @@ static_library("search_engines") {
]
public_deps = [
+ "//base",
+ "//components/google/core/browser",
+ "//components/keyed_service/core",
"//components/metrics/proto",
+ "//components/prefs",
+ "//components/sync",
+ "//components/webdata/common",
]
deps = [
":prepopulated_engines",
- "//base",
"//base:i18n",
- "//components/google/core/browser",
"//components/history/core/browser",
- "//components/keyed_service/core",
"//components/metrics/proto",
# The search_engines target is in an include cycle with
@@ -65,12 +68,9 @@ static_library("search_engines") {
#"//components/omnibox/browser",
"//components/infobars/core",
"//components/pref_registry",
- "//components/prefs",
"//components/rappor",
"//components/strings",
- "//components/sync",
"//components/url_formatter",
- "//components/webdata/common",
"//google_apis",
"//net",
"//sql",
« no previous file with comments | « no previous file | components/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698