Skip to content

Commit

Permalink
Remove PDFium SAX fuzzer
Browse files Browse the repository at this point in the history
This CL removes the PDFium SAX fuzzer as the SAX reader is being removed
from PDFium.

Bug: pdfium:1063
Change-Id: I1b7ac4dcb31b2558471946fdf8023f7944a49c09
Reviewed-on: https://chromium-review.googlesource.com/1007008
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550151}
  • Loading branch information
dj2 authored and Commit Bot committed Apr 12, 2018
1 parent 5e4a71b commit 9de5e84
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pdf/pdfium/fuzzers/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ group("pdf_fuzzers") {
if (pdf_enable_xfa) {
deps += [
":pdf_cfx_barcode_fuzzer",
":pdf_cfx_saxreader_fuzzer",
":pdf_codec_bmp_fuzzer",
":pdf_codec_gif_fuzzer",
":pdf_codec_jpeg_fuzzer",
Expand Down Expand Up @@ -242,14 +241,6 @@ if (pdf_enable_xfa) {
]
}

fuzzer_test("pdf_cfx_saxreader_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/libfuzzer:pdf_cfx_saxreader_fuzzer",
]
dict = "dicts/pdf_xml.dict"
}

fuzzer_test("pdfium_xfa_fuzzer") {
sources = [
"pdfium_fuzzer_helper.cc",
Expand Down

0 comments on commit 9de5e84

Please sign in to comment.