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

Unified Diff: net/net_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 Misha'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
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index d373325ac216104295371d10bbe2105fd0784f66..9039a7b4ae73da47c8415a439b414ab538afbd7a 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -95,6 +95,12 @@
['disable_ftp_support!=1', {
'sources': ['<@(net_ftp_support_sources)']
}],
+ ['enable_bidirectional_stream==1', {
+ 'defines': [
+ 'ENABLE_BIDIRECTIONAL_STREAM',
+ ],
+ 'sources': ['<@(net_bidirectional_stream_sources)']
+ }],
['enable_built_in_dns==1', {
'defines': [
'ENABLE_BUILT_IN_DNS',

Powered by Google App Engine
This is Rietveld 408576698