| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index f5e56c4f4c93a2740aea2f52472d2217dc066165..56acfb0abcc35784ff6aae5e6a29e20c050e4464 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| - # This target is included in both 'net' and 'net_small'.
|
| + # This target is included by 'net' target.
|
| 'type': '<(component)',
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| 'dependencies': [
|
| @@ -14,6 +14,7 @@
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| 'net_derived_sources',
|
| + 'net_features',
|
| 'net_quic_proto',
|
| 'net_resources',
|
| ],
|
|
|