Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 0d4961a9d6218c2c1e71d22f123f99354b1b15dd..2068aa333e698168d6eb48937ab4e0a6448cf0f7 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1749,7 +1749,9 @@ if (!is_ios) { |
| # Fuzzers |
| -static_library("net_fuzzer_test_support") { |
| +# This has a global (InitGlobals) that must always be linked in, so |
| +# must be a source set instead of a static library. |
| +source_set("net_fuzzer_test_support") { |
| testonly = true |
| sources = [ |