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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index 2fc0a3b3cb3b62fb8876f15dd98b581707024905..a38dab138fac7160fab9085df098e6cc5cf8dd06 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -62,8 +62,8 @@ source_set("browser") {
deps = [
"//base",
- "//base:prefs",
"//base:i18n",
+ "//base:prefs",
"//cc",
"//chromecast/app:chromecast_settings",
"//chromecast/app:resources",
@@ -92,8 +92,8 @@ source_set("browser") {
"//content/public/common",
"//content/public/utility",
"//gpu",
- "//media",
"//ipc",
+ "//media",
"//net",
"//ui/aura",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698