summaryrefslogtreecommitdiff
path: root/pdfium.gni
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-02-28 11:33:33 -0500
committerChromium commit bot <commit-bot@chromium.org>2017-02-28 17:36:03 +0000
commitb3b6e92666b8e2de0d844fb191046dcf30291097 (patch)
tree68c907901278f4f4ad84d128381c4cc4d694e482 /pdfium.gni
parenta11ac1bedef8c7a55b7e35ec89f5bdcbfcdc5025 (diff)
downloadpdfium-b3b6e92666b8e2de0d844fb191046dcf30291097.tar.xz
Enable XFA codecs by default
This Cl enables the XFA codecs by default in order to get the fuzzers working again. Change-Id: Icea6df42b1b7bcee22618bd436502c518e69041f Reviewed-on: https://pdfium-review.googlesource.com/2877 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'pdfium.gni')
-rw-r--r--pdfium.gni8
1 files changed, 4 insertions, 4 deletions
diff --git a/pdfium.gni b/pdfium.gni
index 614ab916ec..8ce09f968d 100644
--- a/pdfium.gni
+++ b/pdfium.gni
@@ -18,16 +18,16 @@ declare_args() {
pdf_enable_xfa = pdf_enable_xfa_override
# If XFA, also support bmp codec. Ignored if not XFA.
- pdf_enable_xfa_bmp = false
+ pdf_enable_xfa_bmp = true
# If XFA, also support gif codec. Ignored if not XFA.
- pdf_enable_xfa_gif = false
+ pdf_enable_xfa_gif = true
# If XFA, also support png codec. Ignored if not XFA.
- pdf_enable_xfa_png = false
+ pdf_enable_xfa_png = true
# If XFA, also support png codec. Ignored if not XFA.
- pdf_enable_xfa_tiff = false
+ pdf_enable_xfa_tiff = true
# Build PDFium against skia (experimental) rather than agg. Use Skia to draw everything.
pdf_use_skia = pdf_use_skia_override