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

Unified Diff: components/components_tests.gyp

Issue 227873002: Create a histogram serialization mechanism in components/metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to use scoped_ptr. Remove using declarations. Fixed linting. Created 6 years, 8 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 | « no previous file | components/metrics.gypi » ('j') | components/metrics/export/histogram_sample.cc » ('J')
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 56ac443a67ed162afeaea0a348aaf0a2e7178590..525a6ae80cd6f7175423d601228b2d07ff1209a3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -410,11 +410,15 @@
]
}],
['chromeos==1', {
+ 'sources': [
+ 'metrics/export/metrics_utils_unittest.cc',
+ ],
'sources!': [
'storage_monitor/storage_monitor_linux_unittest.cc',
],
'dependencies': [
'../chromeos/chromeos.gyp:chromeos_test_support',
+ 'components.gyp:metrics_export',
],
}],
['OS=="linux"', {
« no previous file with comments | « no previous file | components/metrics.gypi » ('j') | components/metrics/export/histogram_sample.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698