Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index a2d1d55a1c379747bd938c7923979e7293a46406..959d8452f86a3cefd83f9f76e198e8cc9d441718 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1689,6 +1689,16 @@ |
| 'tools/crl_set_dump/crl_set_dump.cc', |
| ], |
| }, |
| + { |
| + 'target_name': 'dns_fuzz_stub', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + 'net', |
|
szym
2012/06/01 20:08:53
It seems you will need to make the dependency on b
|
| + ], |
| + 'sources': [ |
| + 'tools/dns_fuzz_stub/dns_fuzz_stub.cc', |
| + ], |
| + }, |
| ], |
| 'conditions': [ |
| ['os_posix == 1 and OS != "mac" and OS != "android"', { |