 Chromium Code Reviews
 Chromium Code Reviews Issue 10441027:
  Stub binary for fuzzing DNS resolver.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10441027:
  Stub binary for fuzzing DNS resolver.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| OLD | NEW | 
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be | 
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. | 
| 4 | 4 | 
| 5 { | 5 { | 
| 6 'variables': { | 6 'variables': { | 
| 7 'chromium_code': 1, | 7 'chromium_code': 1, | 
| 8 | 8 | 
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, | 
| 10 'conditions': [ | 10 'conditions': [ | 
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1682 'target_name': 'crl_set_dump', | 1682 'target_name': 'crl_set_dump', | 
| 1683 'type': 'executable', | 1683 'type': 'executable', | 
| 1684 'dependencies': [ | 1684 'dependencies': [ | 
| 1685 'net', | 1685 'net', | 
| 1686 '../base/base.gyp:base', | 1686 '../base/base.gyp:base', | 
| 1687 ], | 1687 ], | 
| 1688 'sources': [ | 1688 'sources': [ | 
| 1689 'tools/crl_set_dump/crl_set_dump.cc', | 1689 'tools/crl_set_dump/crl_set_dump.cc', | 
| 1690 ], | 1690 ], | 
| 1691 }, | 1691 }, | 
| 1692 { | |
| 1693 'target_name': 'dns_fuzz_stub', | |
| 1694 'type': 'executable', | |
| 1695 'dependencies': [ | |
| 1696 'net', | |
| 
szym
2012/06/01 20:08:53
It seems you will need to make the dependency on b
 | |
| 1697 ], | |
| 1698 'sources': [ | |
| 1699 'tools/dns_fuzz_stub/dns_fuzz_stub.cc', | |
| 1700 ], | |
| 1701 }, | |
| 1692 ], | 1702 ], | 
| 1693 'conditions': [ | 1703 'conditions': [ | 
| 1694 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1704 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 
| 1695 'targets': [ | 1705 'targets': [ | 
| 1696 { | 1706 { | 
| 1697 'target_name': 'flip_in_mem_edsm_server', | 1707 'target_name': 'flip_in_mem_edsm_server', | 
| 1698 'type': 'executable', | 1708 'type': 'executable', | 
| 1699 'cflags': [ | 1709 'cflags': [ | 
| 1700 '-Wno-deprecated', | 1710 '-Wno-deprecated', | 
| 1701 ], | 1711 ], | 
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1890 'tools/dump_cache/url_to_filename_encoder.cc', | 1900 'tools/dump_cache/url_to_filename_encoder.cc', | 
| 1891 'tools/dump_cache/url_to_filename_encoder.h', | 1901 'tools/dump_cache/url_to_filename_encoder.h', | 
| 1892 'tools/dump_cache/url_utilities.h', | 1902 'tools/dump_cache/url_utilities.h', | 
| 1893 'tools/dump_cache/url_utilities.cc', | 1903 'tools/dump_cache/url_utilities.cc', | 
| 1894 ], | 1904 ], | 
| 1895 }, | 1905 }, | 
| 1896 ], | 1906 ], | 
| 1897 }], | 1907 }], | 
| 1898 ], | 1908 ], | 
| 1899 } | 1909 } | 
| OLD | NEW |