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 /samples/samples.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 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index 31fcbf7c72..da9ce74b0a 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -5,7 +5,7 @@ { 'variables': { 'pdf_enable_v8%': 1, - 'pdf_enable_xfa%': 1, + 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi. }, 'target_defaults': { 'defines' : [ |