Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index f9d69bca413fe384ec85fc3e263a2b6124593911..b38f279f7663b0511c64be3191d2655cb7572d3c 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -283,6 +283,12 @@ |
], |
}, |
], |
+ [ 'enable_bidirectional_stream!=1', { |
+ 'sources!': [ |
+ 'http/bidirectional_stream_unittest.cc', |
+ ], |
+ }, |
+ ], |
[ 'enable_built_in_dns!=1', { |
'sources!': [ |
'dns/address_sorter_posix_unittest.cc', |