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

Unified Diff: build/common.gypi

Issue 1550843002: Convert enable_bidirectional_stream into build flag local to net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix net_unittests, restore BUILDFLAG checks in headers. Created 4 years, 11 months 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.h » ('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 5110e1ce865e280ac4a8e0255b5d095461f6c394..4dfdc28c14db7f26787b73a7b6f2252618d8550a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -605,9 +605,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,
@@ -1232,7 +1229,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)',
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/http/bidirectional_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698