Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 4961769497c2e436109235db90edb4194564ffcc..3fbaf32cab34239c754080b886b4c0d4e501c048 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1566,7 +1566,10 @@ test("net_unittests") { |
| } |
| if (!enable_bidirectional_stream) { |
| - sources -= [ "http/bidirectional_stream_unittest.cc" ] |
| + sources -= [ |
| + "http/bidirectional_stream_unittest.cc", |
| + "quic/bidirectional_stream_quic_impl_unittest.cc", |
| + ] |
| } |
| if (!enable_built_in_dns) { |
| sources -= [ |