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

Unified Diff: components/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 | « components/metrics.gypi ('k') | components/metrics/call_stack_profile_metrics_provider.cc » ('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 d91e3272c206a1b751ca43ddd1ad47ec5f2a8c08..d321deef1e2678839e5b7f548aa32aff535e693f 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -27,8 +27,6 @@ source_set("metrics") {
"machine_id_provider.h",
"machine_id_provider_stub.cc",
"machine_id_provider_win.cc",
- "metrics_hashes.cc",
- "metrics_hashes.h",
"metrics_log.cc",
"metrics_log.h",
"metrics_log_manager.cc",
@@ -260,7 +258,6 @@ source_set("unit_tests") {
"drive_metrics_provider_unittest.cc",
"histogram_encoder_unittest.cc",
"machine_id_provider_win_unittest.cc",
- "metrics_hashes_unittest.cc",
"metrics_log_manager_unittest.cc",
"metrics_log_unittest.cc",
"metrics_reporting_scheduler_unittest.cc",
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/call_stack_profile_metrics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698