diff options
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdfium.gni b/pdfium.gni index 3626824085..1829831b08 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -7,8 +7,8 @@ import("//build_overrides/pdfium.gni") # This file contains PDFium-related build flags. declare_args() { - # Build PDFium either using the bundled FreeType, or using the system - # FreeType. + # Build PDFium either using the bundled FreeType, or using a third-party + # FreeType, configured by the embedder in //build/config/freetype. pdf_bundle_freetype = pdf_bundle_freetype_override # Build PDFium either with or without v8 support. |