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

Unified Diff: components/captive_portal/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/bubble/BUILD.gn ('k') | components/cast_certificate/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/captive_portal/BUILD.gn
diff --git a/components/captive_portal/BUILD.gn b/components/captive_portal/BUILD.gn
index 3d77291c6978a028851b8d20d6a57a026c2f99ae..c534db82a07c728fe61e804a5e81ae4a07769d68 100644
--- a/components/captive_portal/BUILD.gn
+++ b/components/captive_portal/BUILD.gn
@@ -20,7 +20,7 @@ component("captive_portal") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"captive_portal_testing_utils.cc",
« no previous file with comments | « components/bubble/BUILD.gn ('k') | components/cast_certificate/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698