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

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: Address Ryan's comments 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 49d6496f1ea1e63bbeff6ee3c9ee0d8866f417c2..13254d9743585924db734cbf8a1e9467cd521349 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1537,6 +1537,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',
@@ -1937,6 +1938,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',
],

Powered by Google App Engine
This is Rietveld 408576698