From d2e023bfe3c2ffe1e77bac464de7242f830b846f Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 8 Dec 2015 14:36:16 -0800 Subject: 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 . --- samples/samples.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/samples.gyp') 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' : [ -- cgit v1.2.3