diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-06 08:48:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-06 08:48:50 -0700 |
commit | f7e108b2d0c2f67a143e99693df084bfff7037ec (patch) | |
tree | 51a987a7e62129a57d88553406d36a562d8d446e /testing/libfuzzer/fuzzers.gyp | |
parent | d1b859c0bc849759ee57dba000687eef4fee9757 (diff) | |
download | pdfium-f7e108b2d0c2f67a143e99693df084bfff7037ec.tar.xz |
XFA PNG Fuzzerchromium/2762chromium/2761
This CL creates a fuzzer for the CCodec_PngModule code.
BUG=chromium:616838
Review-Url: https://codereview.chromium.org/2047453002
Diffstat (limited to 'testing/libfuzzer/fuzzers.gyp')
-rw-r--r-- | testing/libfuzzer/fuzzers.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp index 1f04baa77f..2339b5812e 100644 --- a/testing/libfuzzer/fuzzers.gyp +++ b/testing/libfuzzer/fuzzers.gyp @@ -59,6 +59,17 @@ 'unittest_main.cc', ], }, + { + 'target_name': 'pdf_codec_png_fuzzer', + 'type': 'executable', + 'dependencies': [ + '../../pdfium.gyp:pdfium', + ], + 'sources': [ + 'pdf_codec_png_fuzzer.cc', + 'unittest_main.cc', + ], + }, ], }], ['OS=="linux"', { |