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 . --- build/standalone.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/standalone.gypi') 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': { -- cgit v1.2.3