Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 064ea28e0e083fc028390eacfecaff03002ca373..465db2e0df85d8d1054e828a8d5c695f864e0042 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -1565,7 +1565,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 -= [ |