Index: components/cast_certificate/BUILD.gn |
diff --git a/components/cast_certificate/BUILD.gn b/components/cast_certificate/BUILD.gn |
index 7e53f203f68a0eb21b6cf76e7d453199260c49b6..9aec5bbd244981fc2c7688a5828d9a2dbbb3cc9b 100644 |
--- a/components/cast_certificate/BUILD.gn |
+++ b/components/cast_certificate/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("cast_certificate") { |
+static_library("cast_certificate") { |
sources = [ |
"cast_cert_validator.cc", |
"cast_cert_validator.h", |
@@ -15,7 +15,7 @@ source_set("cast_certificate") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"cast_cert_validator_test_helpers.cc", |