From 70d0e74ecba95f88cb7cfaf66a8a6d6a640267ed Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 21 Mar 2016 12:40:28 -0700 Subject: Revert "Re-land: Enable XFA-Forms for the PDFium plugin." This reverts commit ed07b3773e3aad4a44a79a48c17162ef57ca82ee. Reason for revert: crbug.com/596373. BUG=596373 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1821763002 Cr-Commit-Position: refs/heads/master@{#382356} --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 363ac91..98d612f 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -912,7 +912,7 @@ ['chromeos==1 or OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { 'pdf_enable_xfa%': 0, }, { - 'pdf_enable_xfa%': 1, + 'pdf_enable_xfa%': 0, # Reverted pending crbug.com/596373 }], ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { -- cgit v1.1