summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-03 15:48:48 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-03 15:48:48 +0000
commit36d7ad4a24287b562e1d88fcde635e36a167bfe3 (patch)
treeb239b2326b06b264dee99f73e6fb726ac26dd8f1 /third_party
parente96e6fdddaffa2b4b82df4d4d551333939fb78c9 (diff)
downloadpdfium-36d7ad4a24287b562e1d88fcde635e36a167bfe3.tar.xz
Roll pdfium/third_party/freetype/src/ 713d68ee9..7109495c5 (21 commits)
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/713d68ee9f47..7109495c5e6c $ git log 713d68ee9..7109495c5 --date=short --no-merges --format='%ad %ae %s' 2018-04-01 wl * builds/toplevel.mk (work): Use $(SEP). 2018-03-30 wl [truetype] Fix memory leak (only if tracing is on). 2018-03-26 apodtele Documentation improvement. 2018-03-24 wl Typo. 2018-03-23 kkushal32 Fixing cmake command format 2018-03-23 bungeman [sfnt] Correctly handle missing bitmaps in sbix format (#53404). 2018-03-23 bungeman [truetype] Fix advance of empty glyphs in bitmap fonts (#53393). 2018-03-22 wl Remove `ftlcdfil.c' and `ftfntfmt.c' from build files (#53415). 2018-03-13 wl * src/sfnt/ttcmap.c (tt_cmap2_validate): Fix potential numeric overflow. 2018-03-13 wl Fix cmap format 2 handling (#53320). 2018-03-10 madigens * CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05. 2018-03-05 fanchunwei * CMakeLists.txt [win32]: Allow MSVC DLL builds (#53287). 2018-03-08 wl Typo. 2018-03-08 wl CHANGES: Document `--enable-freetype-config'. 2018-03-07 hugh.mcmaster Make installation of `freetype-config' optional (#53093). 2018-03-08 wl Minor: Update `CHANGES' and improve documentation in `modules.cfg'. 2018-03-05 wl Make `ftlcdfil.c' part of the `base' module. 2018-03-05 wl Make `ftfntfmt.c' part of the `base' module. 2018-03-03 wl Minor documentation improvement. 2018-03-01 wl * src/truetype/ttinterp.c (TT_RunIns): Fix tracing arguments. 2018-03-01 wl * builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer. Created with: roll-dep pdfium/third_party/freetype/src BUG=pdfium:1050 Change-Id: If78351c12589717151718a33db954503bd58922a Reviewed-on: https://pdfium-review.googlesource.com/29590 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 4714b1deda..1bff4347df 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -163,10 +163,8 @@ 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",
"//third_party/freetype/src/src/base/ftmm.c",
"//third_party/freetype/src/src/base/ftsystem.c",
"//third_party/freetype/src/src/cff/cff.c",