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

Unified Diff: components/search_engines/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/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 = [
mattm 2017/05/10 01:12:11 don't worry about these non-net DEPS changes, I'm
+ "//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",

Powered by Google App Engine
This is Rietveld 408576698