Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index a2d1d55a1c379747bd938c7923979e7293a46406..b495bc415227dce33b07bd63a19b4b189b051721 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1689,6 +1689,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"', { |