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

Unified Diff: net/net_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: Sync 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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 8ba8838b3407580868be58a48ca8cd6bcda0ac92..a6da6a899e4d2fef0e4c003e57686961941c6487 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -15,6 +15,7 @@
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
'net_derived_sources',
+ 'net_features',
'net_quic_proto',
'net_resources',
],
@@ -96,9 +97,6 @@
'sources': ['<@(net_ftp_support_sources)']
}],
['enable_bidirectional_stream==1', {
- 'defines': [
- 'ENABLE_BIDIRECTIONAL_STREAM',
- ],
'sources': ['<@(net_bidirectional_stream_sources)']
}],
['enable_built_in_dns==1', {
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698