summaryrefslogtreecommitdiff
path: root/pdfium.gni
AgeCommit message (Collapse)Author
2015-12-09Provide pdf_enable_xfa GN variable on master, too.Tom Sepez
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 .
2015-10-09Allow compiling PDFium without V8.Tom Sepez
Original patch from issue 1391843004 at patchset 1 (http://crrev.com/1391843004#ps1) Introduce a pdf_enable_v8 GYP variable, which controls a corresponding PDF_ENABLE_V8 #define, and bring in the real JS library when set. Otherwise, link against a stub JS runtime. BUG=pdfium:211 R=dml@google.com, jochen@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/1395733006 .