summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 00:20:04 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 00:20:04 +0000
commit16a309113e9095b4eb1a16434170773599c4c797 (patch)
treeb199269c060cdc2fa7132f0597581c9c18a2ecb6 /components/metrics.gypi
parent0aa4bd4c224030b295dbe91bb4d3f4087e6223ee (diff)
downloadchromium_src-16a309113e9095b4eb1a16434170773599c4c797.zip
chromium_src-16a309113e9095b4eb1a16434170773599c4c797.tar.gz
chromium_src-16a309113e9095b4eb1a16434170773599c4c797.tar.bz2
Move MetricsStateManager into the Metrics component.
Moves the Metrics-related prefs and switches that MetricsStateManager uses into the Metrics component as well. BUG=374210 Review URL: https://codereview.chromium.org/312583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index f9896fb..e9f8fcc 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -13,6 +13,7 @@
'dependencies': [
'../base/base.gyp:base',
'component_metrics_proto',
+ 'variations',
],
'sources': [
'metrics/metrics_provider.h',
@@ -36,6 +37,10 @@
'metrics/metrics_service_client.h',
'metrics/metrics_service_observer.cc',
'metrics/metrics_service_observer.h',
+ 'metrics/metrics_state_manager.cc',
+ 'metrics/metrics_state_manager.h',
+ 'metrics/metrics_switches.cc',
+ 'metrics/metrics_switches.h',
'metrics/persisted_logs.cc',
'metrics/persisted_logs.h',
],