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

Unified Diff: net/net.gypi

Issue 1326503003: Added a net::BidirectionalStream to expose a bidirectional streaming interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Misha's comments Created 5 years 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 1a37cc5a2f87c1f83f7795e889e93bbf9a05b9ee..a72310b6dc51436ba7ee8fb157c394d05f854bca 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1420,6 +1420,7 @@
'ftp/ftp_directory_listing_parser_windows_unittest.cc',
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
+ 'http/bidirectional_stream_unittest.cc',
'http/des_unittest.cc',
'http/disk_based_cert_cache_unittest.cc',
'http/disk_cache_based_quic_server_info_unittest.cc',
@@ -1880,6 +1881,16 @@
"url_request/url_request_ftp_job.cc",
"url_request/url_request_ftp_job.h",
],
+ 'net_bidirectional_stream_sources': [
+ 'http/bidirectional_stream.cc',
+ 'http/bidirectional_stream.h',
+ 'http/bidirectional_stream_job.cc',
+ 'http/bidirectional_stream_job.h',
+ 'http/bidirectional_stream_request_info.cc',
+ 'http/bidirectional_stream_request_info.h',
+ 'spdy/bidirectional_stream_spdy_job.cc',
+ 'spdy/bidirectional_stream_spdy_job.h',
+ ],
'net_websockets_sources': [
"websockets/websocket_basic_handshake_stream.cc",
"websockets/websocket_basic_handshake_stream.h",
« net/http/http_stream_factory_impl.cc ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698