| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 10d0d8900b5ab32e3ce486e59b7a38290e566783..ecfbe3e92b7c6760f8fd398ea8802febfcc14c14 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",
|
|
|