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

Unified Diff: components/metrics.gypi

Issue 312583002: Move MetricsStateManager into the Metrics component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 6 years, 7 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/components_tests.gyp ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index f9896fbe8a24940c58b32497083065cb4d277b86..e9f8fccd54c710fcc7a96db8c94985331db887d1 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',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698