Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2380)

Unified Diff: build/common.gypi

Issue 1821763002: Revert "Re-land: Enable XFA-Forms for the PDFium plugin." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 363ac91a92e5c5be373c3a6afcbaa8632cbfda6d..98d612ff216717c3b902d2d9e0cf5bcc9b88cf4a 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', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698