diff options
author | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 18:19:49 +0000 |
---|---|---|
committer | sebmarchand@chromium.org <sebmarchand@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 18:19:49 +0000 |
commit | 929dd4db7d531f38eb525c19d477314f5861cfdc (patch) | |
tree | 576f73bd8d9faa289dc73d711550fe1360f2df35 /build | |
parent | 071ca888e868ad8ad28946feb1669d12cf264d64 (diff) | |
download | chromium_src-929dd4db7d531f38eb525c19d477314f5861cfdc.zip chromium_src-929dd4db7d531f38eb525c19d477314f5861cfdc.tar.gz chromium_src-929dd4db7d531f38eb525c19d477314f5861cfdc.tar.bz2 |
Add a target to produce a SyzyASan instrumented version of pdf.dll
This will be used on Clusterfuzz, and we might ship this on the Canary sometimes if the performances are reasonable.
BUG=
Review URL: https://codereview.chromium.org/321303002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276746 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 60ee4b2..8f566b9 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -675,6 +675,7 @@ 'dependencies': [ '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', '../content/content_shell_and_tests.gyp:content_shell_syzyasan', + '../pdf/pdf.gyp:pdf_syzyasan', ], 'conditions': [ ['chrome_multiple_dll==1', { |