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

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 comments and fixed tests 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index fec3bccc53a379957820039ed7a842a59aa450c8..5de1204ee4afa3dc5dd2a8b66ef3cb3cee97a546 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1540,6 +1540,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',
@@ -1941,6 +1942,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