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

Unified Diff: components/variations/BUILD.gn

Issue 1530133005: Refactor VariationsHttpHeaderProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to srt_fetcher_win.cc. Created 5 years 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/variations.gypi ('k') | components/variations/net/BUILD.gn » ('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 a65148ae55af9d617d34bfc1a505084691f162b5..c490cabe2e9095c0a69701bd242c204a3fb787a6 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -34,10 +34,14 @@ source_set("variations") {
"proto/variations_seed.proto",
"study_filtering.cc",
"study_filtering.h",
+ "synthetic_trials.cc",
+ "synthetic_trials.h",
"variations_associated_data.cc",
"variations_associated_data.h",
"variations_experiment_util.cc",
"variations_experiment_util.h",
+ "variations_http_header_provider.cc",
+ "variations_http_header_provider.h",
"variations_request_scheduler.cc",
"variations_request_scheduler.h",
"variations_seed_processor.cc",
@@ -96,9 +100,10 @@ source_set("unit_tests") {
"entropy_provider_unittest.cc",
"experiment_labels_unittest.cc",
"metrics_util_unittest.cc",
- "net/variations_http_header_provider_unittest.cc",
+ "net/variations_http_headers_unittest.cc",
"study_filtering_unittest.cc",
"variations_associated_data_unittest.cc",
+ "variations_http_header_provider_unittest.cc",
"variations_request_scheduler_unittest.cc",
"variations_seed_processor_unittest.cc",
"variations_seed_simulator_unittest.cc",
« no previous file with comments | « components/variations.gypi ('k') | components/variations/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698