Index: components/component_updater/BUILD.gn |
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn |
index d01c1ade498bf8fab301e853744cbc378f4fb5c3..b2adc5a8216c75c6b4aee2f61023219bb9516083 100644 |
--- a/components/component_updater/BUILD.gn |
+++ b/components/component_updater/BUILD.gn |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("component_updater") { |
+static_library("component_updater") { |
sources = [ |
"component_updater_paths.cc", |
"component_updater_paths.h", |
@@ -32,7 +32,7 @@ source_set("component_updater") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"mock_component_updater_service.cc", |