diff options
author | holte <holte@chromium.org> | 2014-09-22 12:15:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-22 19:15:17 +0000 |
commit | 07637b015c74b180c1163f38c1458ec41647644e (patch) | |
tree | 06cb5f72c760d284f5f1c473faec790650ce941e /components/metrics.gypi | |
parent | 9afeee5d20ca3d8e2a5acb0eeb71428a6f2a4e82 (diff) | |
download | chromium_src-07637b015c74b180c1163f38c1458ec41647644e.zip chromium_src-07637b015c74b180c1163f38c1458ec41647644e.tar.gz chromium_src-07637b015c74b180c1163f38c1458ec41647644e.tar.bz2 |
Add a mechanism for collecting Rappor samples on a daily interval.
BUG=400927
Review URL: https://codereview.chromium.org/511623002
Cr-Commit-Position: refs/heads/master@{#296025}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r-- | components/metrics.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi index c16c191..1e41f86 100644 --- a/components/metrics.gypi +++ b/components/metrics.gypi @@ -26,6 +26,8 @@ 'metrics/cloned_install_detector.h', 'metrics/compression_utils.cc', 'metrics/compression_utils.h', + 'metrics/daily_event.cc', + 'metrics/daily_event.h', 'metrics/machine_id_provider.h', 'metrics/machine_id_provider_stub.cc', 'metrics/machine_id_provider_win.cc', |