summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/fuzzers.gyp
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2016-03-18 16:45:33 -0700
committerOliver Chang <ochang@chromium.org>2016-03-18 16:45:33 -0700
commitbf067b461368abf7303a1285183128790134b169 (patch)
tree539cedebd405e2b170c869c918e9f31171e998ab /testing/libfuzzer/fuzzers.gyp
parent262e3246921f284c97fdf8968f8093782df5d487 (diff)
downloadpdfium-bf067b461368abf7303a1285183128790134b169.tar.xz
Add an openjpeg libfuzzer.
BUG=591789 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1814223003 .
Diffstat (limited to 'testing/libfuzzer/fuzzers.gyp')
-rw-r--r--testing/libfuzzer/fuzzers.gyp15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp
index bdd9086592..1f04baa77f 100644
--- a/testing/libfuzzer/fuzzers.gyp
+++ b/testing/libfuzzer/fuzzers.gyp
@@ -61,6 +61,21 @@
},
],
}],
+ ['OS=="linux"', {
+ 'targets': [
+ {
+ 'target_name': 'pdf_jpx_fuzzer',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../pdfium.gyp:pdfium',
+ ],
+ 'sources': [
+ 'pdf_jpx_fuzzer.cc',
+ 'unittest_main.cc',
+ ],
+ },
+ ],
+ }],
],
# Empty target so that nonxfa builds work.
'targets': [