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

Unified Diff: chromecast/browser/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/test/BUILD.gn ('k') | chromecast/browser/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index c3524a7265c0e557e3e598417363572c8e7c2ef5..61a1ac77398a52c7f596b475b8c8859d53ed5966 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -64,7 +64,6 @@ source_set("browser") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
"//cc",
"//chromecast/app:chromecast_settings",
"//chromecast/app:resources",
@@ -88,6 +87,7 @@ source_set("browser") {
# isn't needed. crbug.com/541577
"//components/metrics:ui",
"//components/network_hints/browser",
+ "//components/prefs",
"//content",
"//content/public/browser",
"//content/public/common",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromecast/browser/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698