From 7254696a81e31cc34a509a692c145690c4e58755 Mon Sep 17 00:00:00 2001 From: rtenneti Date: Mon, 15 Dec 2014 13:41:59 -0800 Subject: Add UMA Histogram Manager to Cronet. Part of change to collect, upload and expose histogram data for Cronet. BUG=441466 Committed: https://crrev.com/4eb0fd47de0736f3f4c970e8d7f8813ef2177886 Cr-Commit-Position: refs/heads/master@{#308239} Review URL: https://codereview.chromium.org/794493002 Cr-Commit-Position: refs/heads/master@{#308427} --- components/metrics.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/metrics.gypi') diff --git a/components/metrics.gypi b/components/metrics.gypi index ea027b6..f144881 100644 --- a/components/metrics.gypi +++ b/components/metrics.gypi @@ -33,6 +33,10 @@ 'metrics/compression_utils.h', 'metrics/daily_event.cc', 'metrics/daily_event.h', + 'metrics/histogram_encoder.cc', + 'metrics/histogram_encoder.h', + 'metrics/histogram_manager.cc', + 'metrics/histogram_manager.h', 'metrics/machine_id_provider.h', 'metrics/machine_id_provider_stub.cc', 'metrics/machine_id_provider_win.cc', -- cgit v1.1