summaryrefslogtreecommitdiff
path: root/chromium/third_party/pdfium/pdfium.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/pdfium.gni')
-rw-r--r--chromium/third_party/pdfium/pdfium.gni3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/pdfium/pdfium.gni b/chromium/third_party/pdfium/pdfium.gni
index e32464744d3..4a0b86ec5cf 100644
--- a/chromium/third_party/pdfium/pdfium.gni
+++ b/chromium/third_party/pdfium/pdfium.gni
@@ -69,6 +69,9 @@ declare_args() {
# Don't build against bundled libpng.
pdfium_use_system_libpng = false
+ # Don't build against bundled libtiff
+ pdfium_use_system_libtiff = false
+
# Enable SSE2 for MSVC builds. Ignored if it's not a MSVC build.
msvc_use_sse2 = true