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

Unified Diff: pdfium.gni

Issue 1508003003: Move default value of pdf_enable_xfa to standalone.gypi (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Moar GN Created 5 years 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/standalone.gypi ('k') | pdfium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gni
diff --git a/pdfium.gni b/pdfium.gni
index 7f08c7108657265fca55a0ecce5aaa231c0cbdb2..ec71db9e2b1944fbd2ba560367e23c596497d91b 100644
--- a/pdfium.gni
+++ b/pdfium.gni
@@ -13,7 +13,7 @@ declare_args() {
pdf_enable_v8 = true
# Build PDFium either with or without XFA Forms support.
- pdf_enable_xfa = true
+ pdf_enable_xfa = false
# Build PDFium against skia (experimental) rather than agg.
pdf_use_skia = false
« no previous file with comments | « build/standalone.gypi ('k') | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698