diff options
Diffstat (limited to 'testing/libfuzzer/fuzzers.gyp')
-rw-r--r-- | testing/libfuzzer/fuzzers.gyp | 13 |
1 files changed, 13 insertions, 0 deletions
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"', { |