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

Unified Diff: components/metrics.gypi

Issue 511623002: Add a mechanism for collecting Rappor samples on a daily interval. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histogram Created 6 years, 3 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
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index cf43cf7de1f1fb84f990d5f47126b6b963815073..0262f865e45648b437feadb2110c86e5e7486d5c 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -24,6 +24,10 @@
'metrics/cloned_install_detector.h',
'metrics/compression_utils.cc',
'metrics/compression_utils.h',
+ 'metrics/daily_interval.cc',
+ 'metrics/daily_interval.h',
+ 'metrics/daily_observer.cc',
+ 'metrics/daily_observer.h',
'metrics/machine_id_provider.h',
'metrics/machine_id_provider_stub.cc',
'metrics/machine_id_provider_win.cc',

Powered by Google App Engine
This is Rietveld 408576698