Commit 1090cb10 authored by Tom Sepez's avatar Tom Sepez Committed by Commit Bot

Build pdf_cfgas_stringformatter_fuzzer

Change-Id: I518b842d63af413684e3af3e203335a9726357ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535194Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#643425}
parent 5c530524
......@@ -38,6 +38,7 @@ group("pdf_fuzzers") {
if (pdf_enable_xfa) {
deps += [
":pdf_bidi_fuzzer",
":pdf_cfgas_stringformatter_fuzzer",
":pdf_cfx_barcode_fuzzer",
":pdf_codec_jpeg_fuzzer",
":pdf_css_fuzzer",
......@@ -290,6 +291,13 @@ if (pdf_enable_v8) {
]
}
fuzzer_test("pdf_cfgas_stringformatter_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/fuzzers:pdf_cfgas_stringformatter_fuzzer_src",
]
}
fuzzer_test("pdfium_xfa_fuzzer") {
sources = []
deps = [
......
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