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

Unified Diff: components/metrics/BUILD.gn

Issue 2687393004: Gather stability prefs into managing objects. (Closed)
Patch Set: Incorporate Feedback Created 3 years, 10 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/clean_exit_beacon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 300bb1daea2425ed4c94009d5fea1d221658b158..129f1fe1da9e5fae8be1c56ed08ce7b06f9025a8 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -27,6 +27,8 @@ static_library("metrics") {
"drive_metrics_provider_win.cc",
"enabled_state_provider.cc",
"enabled_state_provider.h",
+ "environment_recorder.cc",
+ "environment_recorder.h",
"execution_phase.cc",
"execution_phase.h",
"file_metrics_provider.cc",
@@ -73,6 +75,8 @@ static_library("metrics") {
"persisted_logs_metrics_impl.h",
"stability_metrics_helper.cc",
"stability_metrics_helper.h",
+ "stability_metrics_provider.cc",
+ "stability_metrics_provider.h",
"system_memory_stats_recorder.h",
"system_memory_stats_recorder_linux.cc",
"system_memory_stats_recorder_win.cc",
@@ -311,6 +315,7 @@ source_set("unit_tests") {
"daily_event_unittest.cc",
"data_use_tracker_unittest.cc",
"drive_metrics_provider_unittest.cc",
+ "environment_recorder_unittest.cc",
"file_metrics_provider_unittest.cc",
"histogram_encoder_unittest.cc",
"machine_id_provider_win_unittest.cc",
@@ -325,6 +330,7 @@ source_set("unit_tests") {
"profiler/profiler_metrics_provider_unittest.cc",
"profiler/tracking_synchronizer_unittest.cc",
"stability_metrics_helper_unittest.cc",
+ "stability_metrics_provider_unittest.cc",
"ui/screen_info_metrics_provider_unittest.cc",
]
« no previous file with comments | « no previous file | components/metrics/clean_exit_beacon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698