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

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: Use std::move 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 72214aa0c5af92a6454bc2187097450bbabfa588..747873b0e53ea117a5027a00a13b010d814296cf 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -133,6 +133,8 @@
'der/tag.h',
'dns/dns_util.cc',
'dns/dns_util.h',
+ 'http/bidirectional_stream_job.cc',
mef 2015/12/21 17:09:09 any particular reason why bidirectional_stream_job
xunjieli 2015/12/21 22:01:22 Done.
+ 'http/bidirectional_stream_job.h',
'http/http_auth_scheme.cc',
'http/http_auth_scheme.h',
'http/http_auth_challenge_tokenizer.cc',
@@ -1417,6 +1419,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',
@@ -1878,6 +1881,14 @@
"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_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",

Powered by Google App Engine
This is Rietveld 408576698