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

Unified Diff: chrome/common/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 | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index fb57a95024b141113c10314e226137e0a360fbcd..b9b45487d2fb08a0891f76b65bc731d7ec6bf1a5 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -62,7 +62,6 @@ static_library("common") {
"//base:base",
"//base:base_static",
"//base:i18n",
- "//base:prefs",
"//chrome:resources",
"//chrome:strings",
"//chrome/app/theme:theme_resources",
@@ -88,6 +87,7 @@ static_library("common") {
"//components/offline_pages:switches",
"//components/omnibox/common",
"//components/policy:policy_component_common",
+ "//components/prefs",
"//components/strings",
"//components/translate/core/common",
"//components/url_formatter",
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698