summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdfium.gni3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gni b/pdfium.gni
index d70131dd60..ec71db9e2b 100644
--- a/pdfium.gni
+++ b/pdfium.gni
@@ -12,6 +12,9 @@ declare_args() {
# Build PDFium either with or without v8 support.
pdf_enable_v8 = true
+ # Build PDFium either with or without XFA Forms support.
+ pdf_enable_xfa = false
+
# Build PDFium against skia (experimental) rather than agg.
pdf_use_skia = false
}