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

Unified Diff: components/variations/BUILD.gn

Issue 2975273003: Extract SyntheticTrialRegistry from MetricsService (Closed)
Patch Set: asdf Created 3 years, 5 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/metrics_service_unittest.cc ('k') | components/variations/synthetic_trial_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 3fb8f8d1bd12d68201e47c9c06c0e2e9f323960e..ed9ee163a42253b60fcada023c2850bd14eaa8a4 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -40,6 +40,8 @@ static_library("variations") {
"proto/variations_seed.proto",
"study_filtering.cc",
"study_filtering.h",
+ "synthetic_trial_registry.cc",
+ "synthetic_trial_registry.h",
"synthetic_trials.cc",
"synthetic_trials.h",
"synthetic_trials_active_group_id_provider.cc",
@@ -126,6 +128,7 @@ source_set("unit_tests") {
"metrics_util_unittest.cc",
"net/variations_http_headers_unittest.cc",
"study_filtering_unittest.cc",
+ "synthetic_trial_registry_unittest.cc",
"variations_associated_data_unittest.cc",
"variations_http_header_provider_unittest.cc",
"variations_request_scheduler_unittest.cc",
« no previous file with comments | « components/metrics/metrics_service_unittest.cc ('k') | components/variations/synthetic_trial_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698