Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index 7bf527f5476fc943ced476d09d3c085baf502ef8..6fe1d86309e8a62d0fbbd169fe5248a516c379b3 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1684,6 +1684,17 @@ |
| 'tools/crl_set_dump/crl_set_dump.cc', |
| ], |
| }, |
| + { |
| + 'target_name': 'dns_fuzz_stub', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + 'net', |
| + '../base/base.gyp:base', |
|
cbentzel
2012/05/25 01:53:55
The explicit dependency on base is the same as oth
|
| + ], |
| + 'sources': [ |
| + 'tools/dns_fuzz_stub/dns_fuzz_stub.cc', |
| + ], |
| + }, |
| ], |
| 'conditions': [ |
| ['os_posix == 1 and OS != "mac" and OS != "android"', { |