From e5d275f39ab7651077d31b3ae76b75391f397da0 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 9 Dec 2015 14:23:32 -0800 Subject: 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 . --- pdfium.gni | 3 +++ 1 file changed, 3 insertions(+) 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 } -- cgit v1.2.3