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

Unified Diff: build/common.gypi

Issue 2065613003: Disable PDFium XFA forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | build_overrides/pdfium.gni » ('j') | 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 296b90b603e9f98d026710c76ca8f88ec627b14d..2850490e6ae35edb2baea5a4cff14fd97de82284 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -890,7 +890,7 @@
['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', {
'pdf_enable_xfa%': 0,
}, {
- 'pdf_enable_xfa%': 1,
+ 'pdf_enable_xfa%': 0,
}],
['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', {
« no previous file with comments | « no previous file | build_overrides/pdfium.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698