0

Update seed corpus path for PDFium fuzzers.

Change-Id: Iaf9546695271f148eef530bd8785dd51f703a623
Reviewed-on: https://chromium-review.googlesource.com/668074
Reviewed-by: Oliver Chang <ochang@chromium.org>
Reviewed-by: Max Moroz <mmoroz@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502112}
This commit is contained in:
Lei Zhang
2017-09-15 00:50:30 +00:00
committed by Commit Bot
parent 3a3e6a1e3f
commit 03a8bd66a9

@ -28,7 +28,7 @@ fuzzer_test("pdfium_fuzzer") {
"//v8:external_startup_data",
]
dict = "dicts/pdf.dict"
seed_corpus = "//third_party/pdfium/test"
seed_corpus = "//third_party/pdfium/testing/resources"
}
fuzzer_test("pdf_cmap_fuzzer") {
@ -216,6 +216,6 @@ if (pdf_enable_xfa) {
"//v8:external_startup_data",
]
dict = "dicts/pdf.dict"
seed_corpus = "//third_party/pdfium/test"
seed_corpus = "//third_party/pdfium/testing/resources"
}
}