summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
authorTom Anderson <thomasanderson@chromium.org>2017-12-19 23:07:45 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-19 23:07:45 +0000
commitc3532457d457e868afb8506e047ab353f2651bc0 (patch)
tree9dde3974172f6ccd3ef6d3e2aac2a60abc731c9d /third_party/BUILD.gn
parent30ef542b6f631f0ffbcd4110857e7c1a304a8a23 (diff)
downloadpdfium-c3532457d457e868afb8506e047ab353f2651bc0.tar.xz
Fix use_system_freetype=true build when third_party/freetype is missing
BUG=pdfium:733 R=thestig@chromium.org Change-Id: I6beab792c0b8cb0d0e4f5ea8c6e6c3138ccade5f Reviewed-on: https://pdfium-review.googlesource.com/21470 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 3861f6aed7..e0874ea570 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -89,6 +89,7 @@ if (pdf_bundle_freetype) {
defines = [ "FT2_BUILD_LIBRARY" ]
sources = [
+ "//third_party/freetype/include/pstables.h",
"//third_party/freetype/src/include/freetype/config/ftconfig.h",
"//third_party/freetype/src/include/freetype/config/ftheader.h",
"//third_party/freetype/src/include/freetype/config/ftstdlib.h",