Commit 10f51929 authored by tsepez's avatar tsepez Committed by Commit bot

Build PDF stream parser fuzzer [chromium side CL]

R=thestig@chromium.org

Review-Url: https://codereview.chromium.org/2306113002
Cr-Commit-Position: refs/heads/master@{#416325}
parent b86f4f85
...@@ -50,6 +50,13 @@ fuzzer_test("pdf_psengine_fuzzer") { ...@@ -50,6 +50,13 @@ fuzzer_test("pdf_psengine_fuzzer") {
] ]
} }
fuzzer_test("pdf_streamparser_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/libfuzzer:pdf_streamparser_fuzzer",
]
}
if (pdf_enable_xfa) { if (pdf_enable_xfa) {
fuzzer_test("pdf_codec_bmp_fuzzer") { fuzzer_test("pdf_codec_bmp_fuzzer") {
sources = [] sources = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment