| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 64709a861ed591126551e9a2f4cbf569eeef3e1a..966aed44b12d01f6f321df49e8dccb7beb8cdafc 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1036,6 +1036,7 @@
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [4267, ],
|
| },
|
| + # GN version: //net:dns_fuzz_stub
|
| {
|
| 'target_name': 'dns_fuzz_stub',
|
| 'type': 'executable',
|
| @@ -1102,6 +1103,7 @@
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [4267, ],
|
| },
|
| + # GN version: //net:hpack_fuzz_wrapper
|
| {
|
| 'target_name': 'hpack_fuzz_wrapper',
|
| 'type': 'executable',
|
|
|