summaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/pdfium.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_overrides/pdfium.gni b/build_overrides/pdfium.gni
index d6bcc850cd..a8ce2cff24 100644
--- a/build_overrides/pdfium.gni
+++ b/build_overrides/pdfium.gni
@@ -12,8 +12,8 @@ pdf_enable_v8_override = true
# Default: Without XFA support.
pdf_enable_xfa_override = false
-# Build PDFium either using the bundled FreeType, or using the system FreeType.
-# System FreeType only exists on Linux.
+# Build PDFium either using the bundled FreeType, or using a third-party
+# FreeType, configured by the embedder in //build/config/freetype.
# Default: Use the bundled FreeType.
pdf_bundle_freetype_override = true