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

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

Issue 2306113002: Build PDF stream parser fuzzer [chromium side CL] (Closed)
Patch Set: Created 4 years, 3 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 2ad77747108728fd11cbe3d309ed475820fcdaf8..1077676bbd3f975c3f3c581ae2634aa01d8d74b6 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -50,6 +50,13 @@ fuzzer_test("pdf_psengine_fuzzer") {
]
}
+fuzzer_test("pdf_streamparser_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_streamparser_fuzzer",
+ ]
+}
+
if (pdf_enable_xfa) {
fuzzer_test("pdf_codec_bmp_fuzzer") {
sources = []
« 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