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

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: Fix compile due to merge Created 4 years, 9 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
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 7730a5d7df2124ac09d4b2e4dfac555c5d8fcb8e..d9145ed00a76449789fbd8c4ecb2ced63ac82602 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',
],
},
],
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698