summaryrefslogtreecommitdiffstats
path: root/components/variations/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-08-14 08:47:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 15:47:37 +0000
commita59146f71f643c2cdd9465d6c1b11f052bd793e3 (patch)
tree71fbe8fa86fb2938d2468e41b3b1c92bdfcb5361 /components/variations/BUILD.gn
parentd6b82982c568c32e254ccb43a7c4e30e9de7219d (diff)
downloadchromium_src-a59146f71f643c2cdd9465d6c1b11f052bd793e3.zip
chromium_src-a59146f71f643c2cdd9465d6c1b11f052bd793e3.tar.gz
chromium_src-a59146f71f643c2cdd9465d6c1b11f052bd793e3.tar.bz2
Componentize chrome/common/experiment_labels.{cc,h} and tests.
Move both chrome/common/experiment_labels.{cc,h} and the corresponding unit tests into components/variations as they only depends on //base and the component. BUG=520070 Review URL: https://codereview.chromium.org/1290173004 Cr-Commit-Position: refs/heads/master@{#343391}
Diffstat (limited to 'components/variations/BUILD.gn')
-rw-r--r--components/variations/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 5ceed31..e471d95 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -18,6 +18,8 @@ source_set("variations") {
"caching_permuted_entropy_provider.h",
"entropy_provider.cc",
"entropy_provider.h",
+ "experiment_labels.cc",
+ "experiment_labels.h",
"metrics_util.cc",
"metrics_util.h",
"pref_names.cc",
@@ -70,6 +72,7 @@ source_set("unit_tests") {
"active_field_trials_unittest.cc",
"caching_permuted_entropy_provider_unittest.cc",
"entropy_provider_unittest.cc",
+ "experiment_labels_unittest.cc",
"metrics_util_unittest.cc",
"net/variations_http_header_provider_unittest.cc",
"study_filtering_unittest.cc",