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

Unified Diff: testing/libfuzzer/BUILD.gn

Issue 2612243005: Add postscript path (Closed)
Patch Set: Get rid of extra declarations 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 | « public/fpdfview.h ('k') | testing/libfuzzer/pdf_codec_a85_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/BUILD.gn
diff --git a/testing/libfuzzer/BUILD.gn b/testing/libfuzzer/BUILD.gn
index 2b9915d3223a3b36a23dac1ab1d7eb475f4de786..9ba8e32ba6f1e7a82a48a2bd09e4f624ebeeaf3a 100644
--- a/testing/libfuzzer/BUILD.gn
+++ b/testing/libfuzzer/BUILD.gn
@@ -105,6 +105,12 @@ pdfium_fuzzer("pdf_cmap_fuzzer") {
]
}
+pdfium_fuzzer("pdf_codec_a85_fuzzer") {
+ sources = [
+ "pdf_codec_a85_fuzzer.cc",
+ ]
+}
+
pdfium_fuzzer("pdf_codec_fax_fuzzer") {
sources = [
"pdf_codec_fax_fuzzer.cc",
@@ -123,6 +129,12 @@ pdfium_fuzzer("pdf_codec_jbig2_fuzzer") {
]
}
+pdfium_fuzzer("pdf_codec_rle_fuzzer") {
+ sources = [
+ "pdf_codec_rle_fuzzer.cc",
+ ]
+}
+
pdfium_fuzzer("pdf_hint_table_fuzzer") {
sources = [
"pdf_hint_table_fuzzer.cc",
« no previous file with comments | « public/fpdfview.h ('k') | testing/libfuzzer/pdf_codec_a85_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698