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

Unified Diff: build/common.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 Matt'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
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/http/bidirectional_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b81acbe25aecc1db418a72e93bbbc55600b81629..f1749f4dec7f4c0154a893d93f189f027c0ede83 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -597,6 +597,9 @@
# Enables used resource whitelist generation; disabled by default.
'enable_resource_whitelist_generation%': 0,
+ # Enables BidrectionalSteam; disabled by default.
+ 'enable_bidirectional_stream': 0,
mef 2015/12/17 22:42:09 do we need to explicitly enable it in cronet?
xunjieli 2015/12/18 15:15:23 In Cronet, we can use the preprocessor define ENAB
mef 2015/12/18 15:45:03 Hrm, just setting the define ENABLE_BIDIRECTIONAL_
xunjieli 2015/12/18 15:59:29 Ah, yes, you are right! The ENABLE_BIDIRECTIONAL_S
+
# Enable FILE support by default.
'disable_file_support%': 0,
@@ -1220,6 +1223,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)',
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/http/bidirectional_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698