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

Unified Diff: components/ukm/BUILD.gn

Issue 2770853002: Create Ukm ReportingService implementation. (Closed)
Patch Set: Also revert datatracker unittest change Created 3 years, 9 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/metrics/reporting_service.cc ('k') | components/ukm/metrics_reporting_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ukm/BUILD.gn
diff --git a/components/ukm/BUILD.gn b/components/ukm/BUILD.gn
index 8930847773505fca588d93ee3f7b425ea4013d2b..dc9c405b7579aa0aa44242ad9a54e09b62f3141c 100644
--- a/components/ukm/BUILD.gn
+++ b/components/ukm/BUILD.gn
@@ -9,8 +9,6 @@ import("//testing/test.gni")
# URLs for top-level navigations.
static_library("ukm") {
sources = [
- "metrics_reporting_scheduler.cc",
- "metrics_reporting_scheduler.h",
"persisted_logs_metrics_impl.cc",
"persisted_logs_metrics_impl.h",
"ukm_entry.cc",
@@ -19,6 +17,10 @@ static_library("ukm") {
"ukm_entry_builder.h",
"ukm_pref_names.cc",
"ukm_pref_names.h",
+ "ukm_reporting_service.cc",
+ "ukm_reporting_service.h",
+ "ukm_rotation_scheduler.cc",
+ "ukm_rotation_scheduler.h",
"ukm_service.cc",
"ukm_service.h",
"ukm_source.cc",
« no previous file with comments | « components/metrics/reporting_service.cc ('k') | components/ukm/metrics_reporting_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698