| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 2d9bc68073bdaa28aa2d283baf90cbf4d7edfb51..45d2db6ba8bb50dd33130883c96a25bbbe8a9db7 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -23,6 +23,7 @@ group("all_components") {
|
| "//components/cdm/renderer",
|
| "//components/cloud_devices/common",
|
| "//components/component_updater",
|
| + "//components/crx_file",
|
| "//components/data_reduction_proxy/browser",
|
| "//components/data_reduction_proxy/common",
|
| "//components/dom_distiller/core",
|
| @@ -190,6 +191,7 @@ test("components_unittests") {
|
| "//components/bookmarks/browser:unit_tests",
|
| "//components/captive_portal:unit_tests",
|
| "//components/cloud_devices/common:unit_tests",
|
| + "//components/crx_file:unit_tests",
|
| "//components/data_reduction_proxy/browser:unit_tests",
|
| "//components/data_reduction_proxy/common:unit_tests",
|
| "//components/dom_distiller/core:unit_tests",
|
|
|