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