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

Unified Diff: components/search_engines/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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 | « components/rappor/BUILD.gn ('k') | components/security_interstitials/core/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 3229f4b4b4296a43956129e3116db01150f631fb..08b81789cc672057e05ffa417539595d19a5ddf6 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -55,7 +55,6 @@ static_library("search_engines") {
":prepopulated_engines",
"//base",
"//base:i18n",
- "//base:prefs",
"//components/google/core/browser",
"//components/history/core/browser",
"//components/keyed_service/core",
@@ -67,6 +66,7 @@ static_library("search_engines") {
# dependency added:
#"//components/omnibox/browser",
"//components/pref_registry",
+ "//components/prefs",
"//components/rappor",
"//components/strings",
"//components/sync_driver",
« no previous file with comments | « components/rappor/BUILD.gn ('k') | components/security_interstitials/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698