diff options
author | jgraettinger@chromium.org <jgraettinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 22:03:15 +0000 |
---|---|---|
committer | jgraettinger@chromium.org <jgraettinger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 22:03:15 +0000 |
commit | 19b4fa5f47450f22f0cb3fa972a40292a4caa1da (patch) | |
tree | bc13b1fe44cc212c6bc41288f2a565a2e5c537ef /build | |
parent | 0a7ee3de806f52d0b1058817d07cfb074d8528c9 (diff) | |
download | chromium_src-19b4fa5f47450f22f0cb3fa972a40292a4caa1da.zip chromium_src-19b4fa5f47450f22f0cb3fa972a40292a4caa1da.tar.gz chromium_src-19b4fa5f47450f22f0cb3fa972a40292a4caa1da.tar.bz2 |
Add hpack_fuzz_wrapper to chromium_builder_asan (re-apply).
Also move hpack fuzz targets to build on mac & win,
and tweak fuzzer tools to build on win.
Re-applied patch from issue 266003005.
TESTED=Manually built on windows.
BUG=353237
Review URL: https://codereview.chromium.org/268943002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ac14c86e..baf9158 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -642,6 +642,7 @@ 'conditions': [ ['OS!="win"', { 'dependencies': [ + '../net/net.gyp:hpack_fuzz_wrapper', '../net/net.gyp:dns_fuzz_stub', '../skia/skia.gyp:filter_fuzz_stub', ], |