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

Unified Diff: components/components_tests.gyp

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 | « chrome/common/pref_names.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 56dd758db26c4a7a06a91739e11b5f1b6b77949a..6ca5e3151855a4143ce40f814b490da46c21d6c6 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -111,6 +111,7 @@
'metrics/metrics_log_base_unittest.cc',
'metrics/metrics_log_manager_unittest.cc',
'metrics/metrics_reporting_scheduler_unittest.cc',
+ 'metrics/metrics_state_manager_unittest.cc',
'metrics/net/compression_utils_unittest.cc',
'metrics/persisted_logs_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
@@ -377,6 +378,7 @@
['include', '^json_schema/'],
['include', '^keyed_service/core/'],
['include', '^language_usage_metrics/'],
+ ['include', '^metrics/'],
['include', '^password_manager/'],
['include', '^precache/core/'],
['include', '^search_provider_logos/'],
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698