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

Unified Diff: net/BUILD.gn

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting 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 | « mojo/public/cpp/test_support/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 2ba91279b5ecd423376842a7c2e05045f451fee6..0d4961a9d6218c2c1e71d22f123f99354b1b15dd 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -506,7 +506,7 @@ bundle_data("test_support_bundle_data") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"base/load_timing_info_test_util.cc",
@@ -1749,7 +1749,7 @@ if (!is_ios) {
# Fuzzers
-source_set("net_fuzzer_test_support") {
+static_library("net_fuzzer_test_support") {
testonly = true
sources = [
« no previous file with comments | « mojo/public/cpp/test_support/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698