summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-03-21 12:40:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 19:42:11 +0000
commit70d0e74ecba95f88cb7cfaf66a8a6d6a640267ed (patch)
treef9c2e18143cc8f36f8b03498350ee22758440576 /build
parent974ace4106697c913ce94300e7cac207eaeadbb8 (diff)
downloadchromium_src-70d0e74ecba95f88cb7cfaf66a8a6d6a640267ed.zip
chromium_src-70d0e74ecba95f88cb7cfaf66a8a6d6a640267ed.tar.gz
chromium_src-70d0e74ecba95f88cb7cfaf66a8a6d6a640267ed.tar.bz2
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}
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
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', {