Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 0d4961a9d6218c2c1e71d22f123f99354b1b15dd..dbd8b61d06aa1a25d8db621ee0c39a476ae10aeb 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1749,7 +1749,7 @@ if (!is_ios) { |
| # Fuzzers |
| -static_library("net_fuzzer_test_support") { |
| +source_set("net_fuzzer_test_support") { |
|
brettw
2016/07/15 17:01:38
You should comment why this needs to be the case o
mmenke
2016/07/15 17:05:15
Is something like "Making this a static_library br
|
| testonly = true |
| sources = [ |