| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 36b19c5c9e6ea8894202aafa6c2b04d8c6c2f2d1..c0bf3143cb04bc2367191f1832d01b4fc6900482 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.
|
|
|