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

Unified Diff: components/variations/BUILD.gn

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "#if defined(OS_WIN)" from google_update_constants.cc 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
« no previous file with comments | « components/variations.gypi ('k') | components/variations/variations_experiment_util.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 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",
« no previous file with comments | « components/variations.gypi ('k') | components/variations/variations_experiment_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698