Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 511f6450850811d2f89068788bceea2345b98f2f..b9310d9efb781d3f5519783412d39a09d34b0865 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 -= [ |