summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorisherman <isherman@chromium.org>2014-10-23 22:57:44 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 05:58:09 +0000
commit3be67db9b30c4fe4ca54f426361cb621f193a31b (patch)
treeb8072e18e592452386776b2a66fa8be04d567c37 /components/BUILD.gn
parent3e26604a0beccb0469cbdc0886b9822f0a5d175d (diff)
downloadchromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.zip
chromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.tar.gz
chromium_src-3be67db9b30c4fe4ca54f426361cb621f193a31b.tar.bz2
[Clean up] Move VariationsHttpHeaderProvider into a subdirectory.
Along the way, * Tighten up //components/variations and //components/metrics DEPS. * Fix up metrics and variations BUILD.gn files. * Add unit test targets for metrics and variations. BUG=420110 TEST=compiles R=asvitkine@chromium.org TBR=jochen@chromium.org, cbentzel@chromium.org Review URL: https://codereview.chromium.org/668863002 Cr-Commit-Position: refs/heads/master@{#301060}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 36b19c5..c0bf314 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -226,9 +226,11 @@ test("components_unittests") {
"//components/data_reduction_proxy/core/common:unit_tests",
"//components/dom_distiller/core:unit_tests",
"//components/domain_reliability:unit_tests",
+ "//components/metrics:unit_tests",
"//components/omnibox:unit_tests",
"//components/ownership:unit_tests",
"//components/proximity_auth:unit_tests",
+ "//components/variations:unit_tests",
]
# TODO(GYP) need this target.