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 /build/standalone.gypi | |
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 'build/standalone.gypi')
-rw-r--r-- | build/standalone.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 402c726372..2eac19882c 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -13,6 +13,7 @@ 'use_goma%': 0, 'gomadir%': '', 'msvs_multi_core_compile%': '1', + 'pdf_enable_xfa%': 1, 'variables': { 'variables': { 'variables': { |