summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-03-28 13:56:29 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-29 00:18:20 +0000
commit7b70189491e211a0340a110eceddc06a307ac820 (patch)
treee49f90917840779d0bf6d93339d98686a090b431 /BUILD.gn
parentec1843d2f61a85a7484627b828da317e4dd9c0a4 (diff)
downloadpdfium-7b70189491e211a0340a110eceddc06a307ac820.tar.xz
Default to using bundled FreeType on Linux.
Add override option for embedders. BUG=pdfium:143 Change-Id: If8e97fddf46127ba387e4165a973b78a8a642028 Reviewed-on: https://pdfium-review.googlesource.com/3190 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6e5e7b2e82..562afffac7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -212,7 +212,7 @@ static_library("pdfium") {
]
}
- if (pdfium_bundle_freetype) {
+ if (pdf_bundle_freetype) {
deps += [ "third_party:fx_freetype" ]
} else {
libs += [ "freetype" ]