Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: net/net.gyp

Issue 1744693002: Implement QUIC-based net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basecl
Patch Set: Removed dependency Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 7fe7e3d89a172c244c2f99ba3f3558663ed9ba0e..629cd353646a3d64991711bec6affdc676de072f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -292,6 +292,7 @@
[ 'enable_bidirectional_stream!=1', {
'sources!': [
'http/bidirectional_stream_unittest.cc',
+ 'quic/bidirectional_stream_quic_impl_unittest.cc',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698