Index: pdf/BUILD.gn |
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn |
index 5582fb0145506fd20587dd4616790a734b3b8653..d683ab2464e4d430ed9f68468406ccf449a3f8e3 100644 |
--- a/pdf/BUILD.gn |
+++ b/pdf/BUILD.gn |
@@ -42,7 +42,10 @@ static_library("pdf") { |
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
if (pdf_engine == 0) { |
- deps += [ "//third_party/pdfium" ] |
+ deps += [ |
+ "//pdf/pdfium/fuzzers", |
+ "//third_party/pdfium", |
+ ] |
sources += [ |
"pdfium/pdfium_api_string_buffer_adapter.cc", |