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

Unified Diff: components/metrics/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « components/login/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 59a6bc43e7046c03033e6296a7c2469a5cedf16c..48a6a0117833daf0f7892fcf1b6c84043378b60a 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -148,7 +148,9 @@ if (is_linux) {
"serialization/metric_sample.cc",
"serialization/metric_sample.h",
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
}
@@ -179,5 +181,4 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
-
# TODO(GYP): metrics_chromeos
« no previous file with comments | « components/login/BUILD.gn ('k') | components/navigation_interception/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698