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

Unified Diff: testing/libfuzzer/fuzzers.gyp

Issue 2070103002: Add CFX_SAXReader fuzzer (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 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
Index: testing/libfuzzer/fuzzers.gyp
diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp
index 5f2a4d1bd94f6a34596577a62c78e4b62e0de791..30c8430ff974ba512a4ab7ad7f2f06d0eae5d8e1 100644
--- a/testing/libfuzzer/fuzzers.gyp
+++ b/testing/libfuzzer/fuzzers.gyp
@@ -62,6 +62,17 @@
],
},
{
+ 'target_name': 'pdf_cfx_saxreader_fuzzer',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../pdfium.gyp:pdfium',
+ ],
+ 'sources': [
+ 'pdf_cfx_saxreader_fuzzer.cc',
+ 'unittest_main.cc',
+ ],
+ },
+ {
'target_name': 'pdf_codec_png_fuzzer',
'type': 'executable',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698