diff options
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gni b/pdfium.gni index ec71db9e2b..b85ac74d0f 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -17,4 +17,7 @@ declare_args() { # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = false + + # Build PDFium standalone + pdf_is_standalone = false } |