Index: components/update_client/BUILD.gn |
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn |
index 7783b09877a9e3ac68875e152eff2d2a05b2b54f..2833b159d8c530eedd1978cab72ededb72f8c0f3 100644 |
--- a/components/update_client/BUILD.gn |
+++ b/components/update_client/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("update_client") { |
+static_library("update_client") { |
sources = [ |
"action.cc", |
"action.h", |
@@ -66,7 +66,7 @@ source_set("update_client") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"test_configurator.cc", |