From 3be67db9b30c4fe4ca54f426361cb621f193a31b Mon Sep 17 00:00:00 2001 From: isherman Date: Thu, 23 Oct 2014 22:57:44 -0700 Subject: [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} --- components/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/BUILD.gn') 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. -- cgit v1.1