diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-07 13:24:55 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-07 13:24:55 -0800 |
commit | 051348757b75bd527d9a8bfffeaf5231b7c24449 (patch) | |
tree | adcdb712f0cfa4cb07d1a490b2d45f15362b4329 | |
parent | 258f19f26b3ccfc6b64429111a4a11bdc64be131 (diff) | |
download | pdfium-051348757b75bd527d9a8bfffeaf5231b7c24449.tar.xz |
Force GN build onto XFA (at next roll).
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1763913002 .
-rw-r--r-- | pdfium.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gni b/pdfium.gni index ec71db9e2b..7f08c71086 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -13,7 +13,7 @@ declare_args() { pdf_enable_v8 = true # Build PDFium either with or without XFA Forms support. - pdf_enable_xfa = false + pdf_enable_xfa = true # Build PDFium against skia (experimental) rather than agg. pdf_use_skia = false |