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.gyp | |
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.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index aa18478824..82a170dbe2 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -8,7 +8,7 @@ #'chromium_code': 1, 'pdf_use_skia%': 0, 'pdf_enable_v8%': 1, - 'pdf_enable_xfa%': 1, + 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 'conditions': [ ['OS=="linux"', { 'bundle_freetype%': 0, |