Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: components/cast_certificate/BUILD.gn

Issue 2143253002: Convert test_support source sets to static libs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/component_updater/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/component_updater/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698