| Index: net/net.gyp | 
| diff --git a/net/net.gyp b/net/net.gyp | 
| index 904fb4fc99a38fd921c714c01419e6d36a1e6589..8f23d1df8727f5d072997d71448ceac601e65692 100644 | 
| --- a/net/net.gyp | 
| +++ b/net/net.gyp | 
| @@ -1693,6 +1693,17 @@ | 
| 'tools/crl_set_dump/crl_set_dump.cc', | 
| ], | 
| }, | 
| +    { | 
| +      'target_name': 'dns_fuzz_stub', | 
| +      'type': 'executable', | 
| +      'dependencies': [ | 
| +        'net', | 
| +        '../base/base.gyp:base', | 
| +      ], | 
| +      'sources': [ | 
| +        'tools/dns_fuzz_stub/dns_fuzz_stub.cc', | 
| +      ], | 
| +    }, | 
| ], | 
| 'conditions': [ | 
| ['os_posix == 1 and OS != "mac" and OS != "android"', { | 
|  |