summaryrefslogtreecommitdiff
path: root/pdfium.gni
diff options
context:
space:
mode:
authorDominik Röttsches <drott@chromium.org>2017-03-30 11:07:43 +0300
committerChromium commit bot <commit-bot@chromium.org>2017-03-30 08:45:37 +0000
commit4b0671ab3e795bbb5e6aaf6305cae3171d73d241 (patch)
tree494c9d053197c1902fd9a4073d75b010b635b7a5 /pdfium.gni
parent1831ca9439ece65b54bb2bcdaec777729689b9f9 (diff)
downloadpdfium-4b0671ab3e795bbb5e6aaf6305cae3171d73d241.tar.xz
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 <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'pdfium.gni')
-rw-r--r--pdfium.gni4
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.