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

Unified Diff: components/variations/BUILD.gn

Issue 2924983003: [Variations] Refactor all state used for study filtering into a container struct. (Closed)
Patch Set: A bit more cleanup Created 3 years, 6 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/variations/client_filterable_state.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 38d6e3e5ce335f422ffa351be67bb30f3aa71264..768b3d27491778ca280dd78425eb306ab093e860 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -20,6 +20,8 @@ static_library("variations") {
"caching_permuted_entropy_provider.h",
"child_process_field_trial_syncer.cc",
"child_process_field_trial_syncer.h",
+ "client_filterable_state.cc",
+ "client_filterable_state.h",
"entropy_provider.cc",
"entropy_provider.h",
"experiment_labels.cc",
« no previous file with comments | « no previous file | components/variations/client_filterable_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698