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

Unified Diff: components/metrics/BUILD.gn

Issue 2689323010: Split a MetricsLogStore object out of MetricsLogManager. (Closed)
Patch Set: Rebase 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/log_store.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 129f1fe1da9e5fae8be1c56ed08ce7b06f9025a8..35b57624c6f68bde59044e6f9595910cf0147320 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -35,6 +35,7 @@ static_library("metrics") {
"file_metrics_provider.h",
"histogram_encoder.cc",
"histogram_encoder.h",
+ "log_store.h",
"machine_id_provider.h",
"machine_id_provider_stub.cc",
"machine_id_provider_win.cc",
@@ -42,6 +43,8 @@ static_library("metrics") {
"metrics_log.h",
"metrics_log_manager.cc",
"metrics_log_manager.h",
+ "metrics_log_store.cc",
+ "metrics_log_store.h",
"metrics_log_uploader.cc",
"metrics_log_uploader.h",
"metrics_pref_names.cc",
@@ -320,6 +323,7 @@ source_set("unit_tests") {
"histogram_encoder_unittest.cc",
"machine_id_provider_win_unittest.cc",
"metrics_log_manager_unittest.cc",
+ "metrics_log_store_unittest.cc",
"metrics_log_unittest.cc",
"metrics_reporting_scheduler_unittest.cc",
"metrics_service_unittest.cc",
« no previous file with comments | « no previous file | components/metrics/log_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698