diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-09 14:23:32 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-09 14:23:32 -0800 |
commit | e5d275f39ab7651077d31b3ae76b75391f397da0 (patch) | |
tree | dcb5bd174c0237deb5481ed7a41ce3d7fb72ca8e | |
parent | 8e7ed1a7759eb067063e3a52cf9efa80b8fc629b (diff) | |
download | pdfium-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.gni | 3 |
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 } |