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

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

Issue 2642493002: Add hooks to PDFium PostScript code (Closed)
Patch Set: Created 3 years, 11 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 | « pdf/pdf_engine.h ('k') | pdf/pdfium/pdfium_engine.h » ('j') | 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 1300910bbfa6ec864265b77ba3bc044479f252b8..4636a39beafed91c2782f12b0bc80935d99a0d15 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -35,6 +35,13 @@ fuzzer_test("pdf_cmap_fuzzer") {
]
}
+fuzzer_test("pdf_codec_a85_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_codec_a85_fuzzer",
+ ]
+}
+
fuzzer_test("pdf_codec_fax_fuzzer") {
sources = []
deps = [
@@ -42,6 +49,13 @@ fuzzer_test("pdf_codec_fax_fuzzer") {
]
}
+fuzzer_test("pdf_codec_rle_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_codec_rle_fuzzer",
+ ]
+}
+
fuzzer_test("pdf_codec_icc_fuzzer") {
sources = []
deps = [
« no previous file with comments | « pdf/pdf_engine.h ('k') | pdf/pdfium/pdfium_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698