| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 97417d0f528a7f38d21b973ab861ba6278e22d53..7312e2807d312cdec9f9ba7c29cbf19a74fa1021 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -33,6 +33,7 @@ group("all_components") {
|
| "//components/crx_file",
|
| "//components/data_reduction_proxy/core/browser",
|
| "//components/data_reduction_proxy/core/common",
|
| + "//components/device_event_log",
|
| "//components/dom_distiller/core",
|
| "//components/domain_reliability",
|
| "//components/enhanced_bookmarks",
|
| @@ -237,6 +238,7 @@ if (!is_win || link_chrome_on_windows) {
|
| "//components/crx_file:unit_tests",
|
| "//components/data_reduction_proxy/core/browser:unit_tests",
|
| "//components/data_reduction_proxy/core/common:unit_tests",
|
| + "//components/device_event_log:unit_tests",
|
| "//components/dom_distiller/core:unit_tests",
|
| "//components/domain_reliability:unit_tests",
|
| "//components/favicon_base:unit_tests",
|
|
|