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

Unified Diff: components/metrics.gypi

Issue 1366643002: Extract guts of ChromeStabilityMetricsProvider into helper class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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/BUILD.gn » ('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 e446c88bf02220b03cc23d84dae61e5713dfb274..5910f74b3c3cca37e511358075eb69fe3ac2edb1 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -71,6 +71,11 @@
'metrics/metrics_switches.h',
'metrics/persisted_logs.cc',
'metrics/persisted_logs.h',
+ 'metrics/stability_metrics_helper.cc',
+ 'metrics/stability_metrics_helper.h',
+ 'metrics/system_memory_stats_recorder.h',
+ 'metrics/system_memory_stats_recorder_linux.cc',
+ 'metrics/system_memory_stats_recorder_win.cc',
'metrics/url_constants.cc',
'metrics/url_constants.h',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698