Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 7403fe2a68de1550f33ec7d126d2a2d62af58d8b..bde61e87d40e9777e3b0d714e4f1fe69ab1868e1 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -380,7 +380,7 @@ if (!is_nacl) { |
| net_shared_public_deps += [ "//native_client_sdk/src/libraries/nacl_io" ] |
| } |
| -component("net") { |
| +static_library("net") { |
| sources = net_shared_sources |
| # Add back some sources that were otherwise filtered out. |