summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 01:58:19 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-11 01:58:19 +0000
commitd6147bd26ea4e26f029cebfbce77438012c32c9e (patch)
treeed750a96162d0894a1fbe3f240b1da29bad208bc /components/metrics.gypi
parenta6e8d2a0422d719ba611087ef2789b55f09df8c1 (diff)
downloadchromium_src-d6147bd26ea4e26f029cebfbce77438012c32c9e.zip
chromium_src-d6147bd26ea4e26f029cebfbce77438012c32c9e.tar.gz
chromium_src-d6147bd26ea4e26f029cebfbce77438012c32c9e.tar.bz2
Componentize MetricsService.
MetricsService, along with prefs that it uses, is moved into the Metrics component. A later CL will move MetricsService (and all other code in the metrics component) into the metrics namespace. BUG=374198 TBR=jochen Review URL: https://codereview.chromium.org/320553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 0a48dac..24fd27c 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -34,6 +34,8 @@
'metrics/metrics_pref_names.h',
'metrics/metrics_reporting_scheduler.cc',
'metrics/metrics_reporting_scheduler.h',
+ 'metrics/metrics_service.cc',
+ 'metrics/metrics_service.h',
'metrics/metrics_service_client.h',
'metrics/metrics_service_observer.cc',
'metrics/metrics_service_observer.h',