From 756d37943415ca15d491b79ba78012225a06db76 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 14 Jun 2016 07:34:20 -0700 Subject: Add fuzzer for FDE CSS syntax parser. This CL adds a fuzzer for the CSS Syntax parser in XFA. BUG=chromium:587126 Review-Url: https://codereview.chromium.org/2068513002 --- testing/libfuzzer/fuzzers.gyp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'testing/libfuzzer/fuzzers.gyp') diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp index 3f1d8123b6..5f2a4d1bd9 100644 --- a/testing/libfuzzer/fuzzers.gyp +++ b/testing/libfuzzer/fuzzers.gyp @@ -15,6 +15,8 @@ 'include_dirs': [ # This is implicit in GN. '<(DEPTH)', + '../../third_party/freetype/include', + '../../third_party/freetype/include/freetype', ], 'conditions': [ ['pdf_enable_v8==1', { @@ -119,6 +121,17 @@ 'xfa_codec_fuzzer.h', ], }, + { + 'target_name': 'pdf_css_fuzzer', + 'type': 'executable', + 'dependencies': [ + '../../pdfium.gyp:pdfium', + ], + 'sources': [ + 'pdf_css_fuzzer.cc', + 'unittest_main.cc', + ], + }, ], }], ['OS=="linux"', { -- cgit v1.2.3