summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-12-09 14:23:32 -0800
committerTom Sepez <tsepez@chromium.org>2015-12-09 14:23:32 -0800
commite5d275f39ab7651077d31b3ae76b75391f397da0 (patch)
treedcb5bd174c0237deb5481ed7a41ce3d7fb72ca8e
parent8e7ed1a7759eb067063e3a52cf9efa80b8fc629b (diff)
downloadpdfium-e5d275f39ab7651077d31b3ae76b75391f397da0.tar.xz
Provide pdf_enable_xfa GN variable on master, too.
That way, pdf/BUILD.gn can test it no matter which branch of PDFium is pulled under a chrome checkout. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1511183004 .
-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
}