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

Unified Diff: base/metrics/BUILD.gn

Issue 1476633003: Move HashMetricName to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittest 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
« no previous file with comments | « base/base.gypi ('k') | base/metrics/metrics_hashes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/BUILD.gn
diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
index 0154cfa31533d1ba3c3b3740a166e0e9f3ee7b2d..6dd212f887eb9b5541298123c844d1447ac84501 100644
--- a/base/metrics/BUILD.gn
+++ b/base/metrics/BUILD.gn
@@ -20,6 +20,8 @@ source_set("metrics") {
"histogram_samples.h",
"histogram_snapshot_manager.cc",
"histogram_snapshot_manager.h",
+ "metrics_hashes.cc",
+ "metrics_hashes.h",
"sample_map.cc",
"sample_map.h",
"sample_vector.cc",
« no previous file with comments | « base/base.gypi ('k') | base/metrics/metrics_hashes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698