diff options
-rw-r--r-- | core/fxcrt/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/BUILD.gn b/core/fxcrt/BUILD.gn index 1fd82f0167..170d4d045d 100644 --- a/core/fxcrt/BUILD.gn +++ b/core/fxcrt/BUILD.gn @@ -135,6 +135,7 @@ if (pdf_enable_xfa) { ":fxcrt", "../fpdfapi/parser", ] + configs += [ "../../:pdfium_core_config" ] visibility = [ "../../*" ] } } |