diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-08 14:36:16 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-08 14:36:16 -0800 |
commit | d2e023bfe3c2ffe1e77bac464de7242f830b846f (patch) | |
tree | 009279d033271fc853eb05ad5ada3d214d78c409 /pdfium.gni | |
parent | 4d6fa834ccc7fb8a7ada0db2235c866e20cd4b40 (diff) | |
download | pdfium-d2e023bfe3c2ffe1e77bac464de7242f830b846f.tar.xz |
Move default value of pdf_enable_xfa to standalone.gypi
This allows standalone pdfium builds to build with XFA, but
makes a chromium checkout revert to non-xfa even on this
branch. GN implies a chromium checkout at the moment, so
disable XFA there, too.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1508003003 .
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gni b/pdfium.gni index 7f08c71086..ec71db9e2b 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -13,7 +13,7 @@ declare_args() { pdf_enable_v8 = true # Build PDFium either with or without XFA Forms support. - pdf_enable_xfa = true + pdf_enable_xfa = false # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = false |