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

Unified Diff: build/common.gypi

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 | « 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 8e0c0c0b0b5bbb72dd92ab8368236ef43387319b..88b412195fbf741eeab39217c4bee72bf9cbac44 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -887,10 +887,10 @@
'enable_pdf%': 1,
'pdf_enable_v8%': 1,
}],
- ['chromeos==1 or OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', {
+ ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', {
'pdf_enable_xfa%': 0,
}, {
- 'pdf_enable_xfa%': 0, # Reverted pending crbug.com/596373
+ 'pdf_enable_xfa%': 1,
}],
['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