summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdfium.gni4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdfium.gni b/pdfium.gni
index d570385406..b28ff8b163 100644
--- a/pdfium.gni
+++ b/pdfium.gni
@@ -56,3 +56,7 @@ declare_args() {
# Don't build against bundled zlib.
use_system_zlib = false
}
+
+if (pdf_use_skia && pdf_use_skia_paths) {
+ assert(false, "Enable at most ONE of pdf_use_skia and pdf_use_skia_paths")
+}