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

Unified Diff: components/metrics.gypi

Issue 1958003003: Splitting the concept of UMA consent, and should UMA report. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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 | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 50eade56fb4c5aab8128cc6102f1f97e29a94d3f..c80980277fe366835bba243cd1f8ec8d2188588a 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -39,6 +39,8 @@
'metrics/drive_metrics_provider_linux.cc',
'metrics/drive_metrics_provider_mac.mm',
'metrics/drive_metrics_provider_win.cc',
+ 'metrics/enabled_state_provider.cc',
+ 'metrics/enabled_state_provider.h',
'metrics/file_metrics_provider.cc',
'metrics/file_metrics_provider.h',
'metrics/histogram_encoder.cc',
@@ -195,6 +197,8 @@
'component_metrics_proto',
],
'sources': [
+ 'metrics/test_enabled_state_provider.cc',
+ 'metrics/test_enabled_state_provider.h',
'metrics/test_metrics_provider.cc',
'metrics/test_metrics_provider.h',
'metrics/test_metrics_service_client.cc',
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client.cc ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698