summaryrefslogtreecommitdiffstats
path: root/net/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'net/BUILD.gn')
-rw-r--r--net/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 511f645..b9310d9 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 -= [