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

Unified Diff: components/metrics/BUILD.gn

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: 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
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/daily_event.h » ('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 fa44a9b7ef8963ef2e3de873d31127964bcc3110..b013470a5d34892886068638287b191dde5ea1fa 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -11,6 +11,8 @@ source_set("metrics") {
"cloned_install_detector.h",
"compression_utils.cc",
"compression_utils.h",
+ "daily_event.cc",
+ "daily_event.h",
"machine_id_provider.h",
"machine_id_provider_stub.cc",
"machine_id_provider_win.cc",
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/daily_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698