summaryrefslogtreecommitdiff
path: root/third_party/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-11-23 20:25:13 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-23 20:25:13 +0000
commit3636a854af15219fd679ed54207abcdad3283b9b (patch)
treea5cad913aa38817ead166373e252e7983b5aee8e /third_party/BUILD.gn
parent6aec70bc09cb65b169fe6ca1af65e8929aeea43a (diff)
downloadpdfium-3636a854af15219fd679ed54207abcdad3283b9b.tar.xz
Roll pdfium/third_party/freetype/src/ 8f5568bfc..bec14f688 (5 commits)chromium/3278
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/8f5568bfc4fd..bec14f688925 $ git log 8f5568bfc..bec14f688 --date=short --no-merges --format='%ad %ae %s' 2017-11-22 ewaldhew * src/psaux/psft.c (cf2_setGlyphWidth): Check format before setting. 2017-11-22 ewaldhew [psaux] Fix CFF advance widths. (#52466) 2017-11-15 vtsyrklevich * include/freetype/ftrender.h: Fix `FT_Renderer_RenderFunc' type. 2017-11-14 madigens Use Adobe hinting engine for `light' hinting of both CFF and Type 1. 2017-11-09 yuri_levchenko * CMakeLists.txt: Add `DISABLE_FORCE_DEBUG_PREFIX' option. Created with: roll-dep pdfium/third_party/freetype/src R=dsinclair@chromium.org,npm@chromium.org,thestig@chromium.org Bug: pdfium:941 Change-Id: I00579a3e26d9cabce7032e0b538de95a1029bac7 Reviewed-on: https://pdfium-review.googlesource.com/19310 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Diffstat (limited to 'third_party/BUILD.gn')
-rw-r--r--third_party/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 4a7d15f961..a188f56194 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -98,6 +98,7 @@ if (pdf_bundle_freetype) {
"//third_party/freetype/src/include/freetype/ftcffdrv.h",
"//third_party/freetype/src/include/freetype/fterrdef.h",
"//third_party/freetype/src/include/freetype/fterrors.h",
+ "//third_party/freetype/src/include/freetype/ftfntfmt.h",
"//third_party/freetype/src/include/freetype/ftglyph.h",
"//third_party/freetype/src/include/freetype/ftgzip.h",
"//third_party/freetype/src/include/freetype/ftimage.h",
@@ -159,6 +160,7 @@ if (pdf_bundle_freetype) {
"//third_party/freetype/src/src/base/ftbase.c",
"//third_party/freetype/src/src/base/ftbase.h",
"//third_party/freetype/src/src/base/ftbitmap.c",
+ "//third_party/freetype/src/src/base/ftfntfmt.c",
"//third_party/freetype/src/src/base/ftglyph.c",
"//third_party/freetype/src/src/base/ftinit.c",
"//third_party/freetype/src/src/base/ftlcdfil.c",
@@ -179,9 +181,7 @@ if (pdf_bundle_freetype) {
]
if (pdf_use_skia || pdf_use_skia_paths) {
sources += [
- "//third_party/freetype/src/include/freetype/ftfntfmt.h",
"//third_party/freetype/src/include/freetype/ftsynth.h",
- "//third_party/freetype/src/src/base/ftfntfmt.c",
"//third_party/freetype/src/src/base/ftfstype.c",
"//third_party/freetype/src/src/base/fttype1.c",
]