summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/fuzzers.gyp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-06 08:48:50 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-06 08:48:50 -0700
commitf7e108b2d0c2f67a143e99693df084bfff7037ec (patch)
tree51a987a7e62129a57d88553406d36a562d8d446e /testing/libfuzzer/fuzzers.gyp
parentd1b859c0bc849759ee57dba000687eef4fee9757 (diff)
downloadpdfium-f7e108b2d0c2f67a143e99693df084bfff7037ec.tar.xz
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.gyp11
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"', {