| 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', {
|
|
|