diff options
Diffstat (limited to 'pdfium.gni')
-rw-r--r-- | pdfium.gni | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pdfium.gni b/pdfium.gni index 1829831b08..5fda06f5f0 100644 --- a/pdfium.gni +++ b/pdfium.gni @@ -7,8 +7,12 @@ import("//build_overrides/pdfium.gni") # This file contains PDFium-related build flags. declare_args() { - # Build PDFium either using the bundled FreeType, or using a third-party - # FreeType, configured by the embedder in //build/config/freetype. + # Build PDFium either: + # 1) When set to true, with a bundled FreeType, built from FreeType source + # code in //third_party/freetype and PDFium's FreeType configs in + # third_party/freetype/include. + # 2) When set to false, use whatever FreeType target is defined in + # //build/config/freetype. pdf_bundle_freetype = pdf_bundle_freetype_override # Build PDFium either with or without v8 support. |