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

Unified Diff: components/variations/BUILD.gn

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try moving kExperimentLabels into the component to fix the build on Windows Created 5 years, 4 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 c983be5da6ada888a240d20daafff5d85c70d165..5ceed31e22750df7a35fcb5572911b9f6f1c3f9a 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -32,6 +32,8 @@ source_set("variations") {
"study_filtering.h",
"variations_associated_data.cc",
"variations_associated_data.h",
+ "variations_experiment_util.cc",
+ "variations_experiment_util.h",
"variations_seed_processor.cc",
"variations_seed_processor.h",
"variations_seed_simulator.cc",

Powered by Google App Engine
This is Rietveld 408576698