Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: pdf/pdfium/fuzzers/BUILD.gn

Issue 2688693002: Add more seed corpora to pdf_codec_png_fuzzer. (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/fuzzers/BUILD.gn
diff --git a/pdf/pdfium/fuzzers/BUILD.gn b/pdf/pdfium/fuzzers/BUILD.gn
index 4636a39beafed91c2782f12b0bc80935d99a0d15..70a043c5e3f4c1e3716447771ff42ac1d7d07a73 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -133,7 +133,12 @@ if (pdf_enable_xfa) {
"//third_party/pdfium/testing/libfuzzer:pdf_codec_png_fuzzer",
]
dict = "dicts/pdf_codec_png.dict"
- seed_corpus = "corpora/pdf_codec_png"
+ seed_corpuses = [
+ "corpora/pdf_codec_png",
+ "//cc/test/data",
+ "//third_party/WebKit/LayoutTests/images/png-suite/samples",
+ "//third_party/WebKit/LayoutTests/images/resources/pngfuzz",
+ ]
}
fuzzer_test("pdf_codec_tiff_fuzzer") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698