diff options
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pdfium.gni b/pdfium.gni index 5737224f70..614ab916ec 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -17,6 +17,18 @@ declare_args() { # Build PDFium either with or without XFA Forms support. pdf_enable_xfa = pdf_enable_xfa_override + # If XFA, also support bmp codec. Ignored if not XFA. + pdf_enable_xfa_bmp = false + + # If XFA, also support gif codec. Ignored if not XFA. + pdf_enable_xfa_gif = false + + # If XFA, also support png codec. Ignored if not XFA. + pdf_enable_xfa_png = false + + # If XFA, also support png codec. Ignored if not XFA. + pdf_enable_xfa_tiff = false + # Build PDFium against skia (experimental) rather than agg. Use Skia to draw everything. pdf_use_skia = pdf_use_skia_override |