diff options
author | thestig <thestig@chromium.org> | 2016-07-29 16:29:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-29 16:29:04 -0700 |
commit | 3e454bfb00089eb022ee0b09e1631dbd61e324c4 (patch) | |
tree | ac4495b630fff68578d86cda2a9eb5d6f6af1dc9 /pdfium.gni | |
parent | 7484762421e85aa5d610f47aa547470786eecab8 (diff) | |
download | pdfium-3e454bfb00089eb022ee0b09e1631dbd61e324c4.tar.xz |
Add build configuration for experimental Windows GDI code.chromium/2816chromium/2815chromium/2814
BUG=409472
Review-Url: https://codereview.chromium.org/2193783002
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 9e20f96bf7..ede452ff1a 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -20,6 +20,9 @@ declare_args() { # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = pdf_use_skia_override + # Build PDFium with or without experimental win32 GDI APIs. + pdf_use_win32_gdi = pdf_use_win32_gdi_override + # Build PDFium standalone pdf_is_standalone = false } |