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

Unified Diff: chromecast/browser/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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 730ffe546c10f5e00d4feae47edebf2602c33a25..a8f393ede22a54dfe4b9d9d6c05da8a0a4951db0 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