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

Unified Diff: build_overrides/pdfium.gni

Issue 1950123002: Enable XFA forms in the PDF plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master Created 4 years, 7 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/pdfium.gni
diff --git a/build_overrides/pdfium.gni b/build_overrides/pdfium.gni
index b05a8dd7fb506a1832fcb256d4063bdfc7f62a9b..b37d13f707817cf7ca022f7bf99641667f8ebbff 100644
--- a/build_overrides/pdfium.gni
+++ b/build_overrides/pdfium.gni
@@ -6,7 +6,7 @@
pdf_enable_v8_override = true
# Disable XFA forms in Chromium builds.
-pdf_enable_xfa_override = false
+pdf_enable_xfa_override = !is_android && !is_ios
# Disable use of Skia backend.
pdf_use_skia_override = false
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698