| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 6d5203d3af8f85ce435a5e8c927c46e881d1445f..9e87a75b8083d47a6bf3f1f0c3ba16a67f745b70 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -167,8 +167,17 @@ test("components_unittests") {
|
| "//components/autofill/content/browser:unit_tests",
|
| "//components/autofill/core/browser:unit_tests",
|
| "//components/autofill/core/common:unit_tests",
|
| + "//components/bookmarks/browser:unit_tests",
|
| + "//components/captive_portal:unit_tests",
|
| + "//components/cloud_devices/common:unit_tests",
|
| + "//components/data_reduction_proxy/browser:unit_tests",
|
| + "//components/data_reduction_proxy/common:unit_tests",
|
| + "//components/dom_distiller/core:unit_tests",
|
| + "//components/domain_reliability:unit_tests",
|
| ]
|
|
|
| + # TODO(GYP) need this target.
|
| + #'breakpad/app/crash_keys_win_unittest.cc',
|
|
|
| # Precache tests need these defines.
|
| #configs += [ "//components/precache/core:precache_config" ]
|
|
|