Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index ac13764b34f0cf74d0b6c4da5a6f933009c329a1..5609408e443ca8764bdaf832475a0cfee4d8b40c 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1049,7 +1049,8 @@ if (is_android || is_linux) { |
| } |
| # TODO(GYP) make this compile on Android, we need some native test deps done. |
| -if (!is_android) { |
| +# TODO(GYP) Also doesn't work on Windows; dependency on boringssl is wrong. |
| +if (!is_android && !is_win) { |
| source_set("quic_tools") { |
| sources = [ |