| Index: testing/libfuzzer/fuzzers/BUILD.gn
|
| diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
|
| index e36175ef0e88d05dc91ba7a9e15b50df3bab745a..3d5229295d29420a7e517e1408db98b08a9b7919 100644
|
| --- a/testing/libfuzzer/fuzzers/BUILD.gn
|
| +++ b/testing/libfuzzer/fuzzers/BUILD.gn
|
| @@ -227,3 +227,18 @@ test("zlib_uncompress_fuzzer") {
|
| "//third_party/zlib",
|
| ]
|
| }
|
| +
|
| +test("pdfium_fuzzer") {
|
| + sources = [
|
| + "pdfium_fuzzer.cc",
|
| + ]
|
| + deps = [
|
| + "//testing/libfuzzer:libfuzzer_main",
|
| + "//third_party/pdfium",
|
| + "//third_party/pdfium:test_support",
|
| + "//v8",
|
| + "//v8:v8_libplatform",
|
| + ]
|
| + configs += [ "//third_party/pdfium:pdfium_config" ]
|
| + configs += [ "//v8:external_config" ]
|
| +}
|
|
|