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

Unified Diff: net/net.gypi

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/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 762355da80bfc329bd85b7114eb69d6b856dff02..b6cc0f16ae0ff9f8c69eee5c76a7ce0b42514593 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1536,6 +1536,7 @@
'proxy/proxy_server_unittest.cc',
'proxy/proxy_service_mojo_unittest.cc',
'proxy/proxy_service_unittest.cc',
+ 'quic/bidirectional_stream_quic_impl_unittest.cc',
'quic/congestion_control/cubic_bytes_test.cc',
'quic/congestion_control/cubic_test.cc',
'quic/congestion_control/general_loss_algorithm_test.cc',
@@ -1935,6 +1936,8 @@
'http/bidirectional_stream_job.h',
'http/bidirectional_stream_request_info.cc',
'http/bidirectional_stream_request_info.h',
+ 'quic/bidirectional_stream_quic_impl.cc',
+ 'quic/bidirectional_stream_quic_impl.h',
'spdy/bidirectional_stream_spdy_job.cc',
'spdy/bidirectional_stream_spdy_job.h',
],
« no previous file with comments | « net/net.gyp ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698