diff options
author | mef <mef@chromium.org> | 2016-01-11 07:28:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-11 15:29:13 +0000 |
commit | ff34b82bb81e0f1be15226bb2a3c4a2b484b421c (patch) | |
tree | c41eae685ad3719e28d88b140835d390efca5f08 /build | |
parent | bc07fe3a0e7780d16e8f633f16e44fd099e1d4b0 (diff) | |
download | chromium_src-ff34b82bb81e0f1be15226bb2a3c4a2b484b421c.zip chromium_src-ff34b82bb81e0f1be15226bb2a3c4a2b484b421c.tar.gz chromium_src-ff34b82bb81e0f1be15226bb2a3c4a2b484b421c.tar.bz2 |
Convert enable_bidirectional_stream into build flag local to net.
BUG=571696
Review URL: https://codereview.chromium.org/1550843002
Cr-Commit-Position: refs/heads/master@{#368589}
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index 333a500..d21a3d3 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -608,9 +608,6 @@ # 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, @@ -1236,7 +1233,6 @@ '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)', |