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

Unified Diff: components/variations/BUILD.gn

Issue 2321273003: Extend VariationParamsManager to support feature associations. (Closed)
Patch Set: Alexei's comments Created 4 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
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 0f32a196727e9a5032e356038a163e826391d6e9..633e90b136613ebc0a890f868a5798bc859ca091 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -104,6 +104,8 @@ source_set("unit_tests") {
"study_filtering_unittest.cc",
"variations_associated_data_unittest.cc",
"variations_http_header_provider_unittest.cc",
+ "variations_params_manager.cc",
+ "variations_params_manager.h",
"variations_request_scheduler_unittest.cc",
"variations_seed_processor_unittest.cc",
"variations_seed_simulator_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698