From 4b0671ab3e795bbb5e6aaf6305cae3171d73d241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20R=C3=B6ttsches?= Date: Thu, 30 Mar 2017 11:07:43 +0300 Subject: Allow configuration of external embedder FreeType Add a public config to fxfreetype to make includes visible and provide a freetype_common group as a public dependency on fxcrt. freetype_common switches between fxfreetype and //build/config/freetype, which gives embedders the flexibility to configure the source of FreeType. BUG=chromium:700926 Change-Id: I73ae26979dcf69a419485def23c7a13dffa2a15d Reviewed-on: https://pdfium-review.googlesource.com/2971 Commit-Queue: Lei Zhang Reviewed-by: Lei Zhang --- build_overrides/pdfium.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_overrides') 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 -- cgit v1.2.3