summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-03-08 08:59:16 -0800
committerTom Sepez <tsepez@chromium.org>2016-03-08 08:59:16 -0800
commit71568591f4df8cc2d02fbd5544b0b0cc2b8f55e8 (patch)
treeb877cb481e66b212c2b206a72bb06d13ecfba654
parent31d7a189bcbc703602da3352248616625087ef40 (diff)
downloadpdfium-71568591f4df8cc2d02fbd5544b0b0cc2b8f55e8.tar.xz
Revert "Force GN build onto XFA (at next roll)."
This reverts commit 051348757b75bd527d9a8bfffeaf5231b7c24449. Reason for revert: equivalent .gyp CL failed. TBR=ochang@chromium.org Review URL: https://codereview.chromium.org/1775983002 .
-rw-r--r--pdfium.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gni b/pdfium.gni
index 7f08c71086..ec71db9e2b 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 = true
+ pdf_enable_xfa = false
# Build PDFium against skia (experimental) rather than agg.
pdf_use_skia = false