summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
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/components_tests.gyp
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/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 53d86ab..27b4299 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -655,6 +655,7 @@
'variations/active_field_trials_unittest.cc',
'variations/caching_permuted_entropy_provider_unittest.cc',
'variations/entropy_provider_unittest.cc',
+ 'variations/experiment_labels_unittest.cc',
'variations/metrics_util_unittest.cc',
'variations/net/variations_http_header_provider_unittest.cc',
'variations/study_filtering_unittest.cc',