summaryrefslogtreecommitdiff
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
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>
-rw-r--r--DEPS2
-rw-r--r--third_party/BUILD.gn2
2 files changed, 1 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index b6582a8583..cd629b18c5 100644
--- a/DEPS
+++ b/DEPS
@@ -21,7 +21,7 @@ vars = {
'clang_revision': '7d56ff908453df0d88618197a48c026eb6f966de',
'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
'depot_tools_revision': '869a2857a4f3acc08fdec6182ecec5b73593be3b',
- 'freetype_revision': '713d68ee9f47cc8df56e47fa2f54b191bb8c3186',
+ 'freetype_revision': '7109495c5e6cd79f9b97d6773f4111ed0aeff99b',
'gtest_revision': 'a325ad2db5deb623eab740527e559b81c0f39d65',
'icu_revision': 'e3b480d3be4446ea17011c0cdc9c4cd380a5c58f',
'instrumented_lib_revision': '323cf32193caecbf074d1a0cb5b02b905f163e0f',
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",