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