Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: pdfium.gni

Issue 1511183004: Provide pdf_enable_xfa GN variable on master, too. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gni
diff --git a/pdfium.gni b/pdfium.gni
index d70131dd6073f924725c9708308cf9363d1c5016..ec71db9e2b1944fbd2ba560367e23c596497d91b 100644
--- a/pdfium.gni
+++ b/pdfium.gni
@@ -12,6 +12,9 @@ declare_args() {
# Build PDFium either with or without v8 support.
pdf_enable_v8 = true
+ # Build PDFium either with or without XFA Forms support.
+ pdf_enable_xfa = false
+
# Build PDFium against skia (experimental) rather than agg.
pdf_use_skia = false
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698