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

Unified Diff: components/variations/BUILD.gn

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: Fix namespace. Created 4 years, 1 month 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 | « chrome/test/BUILD.gn ('k') | components/variations/child_process_field_trial_syncer.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 9a3e5eb10b92f608d6f95a23f7b39e5d057de12f..925210b3a1180f3da7d316d7243d662255ffdb3e 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -18,6 +18,8 @@ static_library("variations") {
"android/variations_seed_bridge.h",
"caching_permuted_entropy_provider.cc",
"caching_permuted_entropy_provider.h",
+ "child_process_field_trial_syncer.cc",
+ "child_process_field_trial_syncer.h",
"entropy_provider.cc",
"entropy_provider.h",
"experiment_labels.cc",
@@ -96,6 +98,7 @@ source_set("unit_tests") {
sources = [
"active_field_trials_unittest.cc",
"caching_permuted_entropy_provider_unittest.cc",
+ "child_process_field_trial_syncer_unittest.cc",
"entropy_provider_unittest.cc",
"experiment_labels_unittest.cc",
"metrics_util_unittest.cc",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/variations/child_process_field_trial_syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698