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

Unified Diff: chromecast/browser/metrics/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/metrics/BUILD.gn
diff --git a/chromecast/browser/metrics/BUILD.gn b/chromecast/browser/metrics/BUILD.gn
index 81233e8ca05c98f1eb918d1a59937cb11d5de7a3..fad608a3dd2faeb15fcaf99d43372e14011a172e 100644
--- a/chromecast/browser/metrics/BUILD.gn
+++ b/chromecast/browser/metrics/BUILD.gn
@@ -22,8 +22,8 @@ source_set("metrics") {
"//components/metrics:gpu",
"//components/metrics:net",
"//components/metrics:profiler",
- "//content/public/common",
"//content/public/browser",
+ "//content/public/common",
]
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698