summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorxunjieli <xunjieli@chromium.org>2015-12-21 20:27:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 04:28:14 +0000
commit11834f05b42d7c5e8cc7bd5774033db3773627a5 (patch)
tree3fd4724e7a70644f6f075a82e8962852cd620721 /build/common.gypi
parent4c5d37922a70ba6e002cb6b2dbadc4281a4e537f (diff)
downloadchromium_src-11834f05b42d7c5e8cc7bd5774033db3773627a5.zip
chromium_src-11834f05b42d7c5e8cc7bd5774033db3773627a5.tar.gz
chromium_src-11834f05b42d7c5e8cc7bd5774033db3773627a5.tar.bz2
Added a net::BidirectionalStream to expose a bidirectional streaming interface
This CL adds a BidirectionalStream on top of SpdyStream to expose a bidirectional streaming interface. This CL also modifies HttpStreamFactoryImplJob to create BidirectionalStream. BUG=516342 Review URL: https://codereview.chromium.org/1326503003 Cr-Commit-Position: refs/heads/master@{#366541}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index b41f890..e50fdf4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -605,6 +605,9 @@
# Enables used resource whitelist generation; disabled by default.
'enable_resource_whitelist_generation%': 0,
+ # Enables BidrectionalSteam; disabled by default.
+ 'enable_bidirectional_stream': 0,
+
# Enable FILE support by default.
'disable_file_support%': 0,
@@ -1229,6 +1232,7 @@
'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
'disable_file_support%': '<(disable_file_support)',
'disable_ftp_support%': '<(disable_ftp_support)',
+ 'enable_bidirectional_stream%': '<(enable_bidirectional_stream)',
'enable_task_manager%': '<(enable_task_manager)',
'sas_dll_path%': '<(sas_dll_path)',
'wix_path%': '<(wix_path)',