| 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 = [
|
|
|