Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 064ea28e0e083fc028390eacfecaff03002ca373..f2a3db26b44e99abe30f84ae6e980c835a8f2f4f 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_job_unittest.cc", |
+ ] |
} |
if (!enable_built_in_dns) { |
sources -= [ |