| Index: components/component_updater/BUILD.gn
|
| diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
|
| index 404a9ae8ad8dba99ade84ecd1811ad4daf3bdd37..f2d2a47e8bf27f81b6de34bda3db468b23dc6686 100644
|
| --- a/components/component_updater/BUILD.gn
|
| +++ b/components/component_updater/BUILD.gn
|
| @@ -52,6 +52,7 @@ source_set("component_updater") {
|
| }
|
|
|
| static_library("test_support") {
|
| + testonly = true
|
| sources = [
|
| "test/test_configurator.cc",
|
| "test/test_configurator.h",
|
| @@ -69,6 +70,7 @@ static_library("test_support") {
|
| }
|
|
|
| source_set("unit_tests") {
|
| + testonly = true
|
| sources = [
|
| "test/component_patcher_unittest.cc",
|
| "test/component_updater_ping_manager_unittest.cc",
|
|
|