diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-14 18:11:34 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-14 18:11:34 +0000 |
commit | f46d49b52d39f8a56e40a95e0d9d2b574301fa04 (patch) | |
tree | f0a9b7f6d55b1df482fb7a01fd47f15e453d1e03 /third_party | |
parent | 692aeadfe32d9aa9516cfdf7705b979db548d974 (diff) | |
download | pdfium-f46d49b52d39f8a56e40a95e0d9d2b574301fa04.tar.xz |
Roll third_party/freetype/src/ 578bcf103..96b5e5009 (23 commits)chromium/3523
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/578bcf103a12..96b5e500909c
BUG=pdfium:1131,pdfium:1133
TBR=npm@chromium.org
Change-Id: I79f2c1d1ee23ddfc183a666137c1a28baabafeee
Reviewed-on: https://pdfium-review.googlesource.com/39950
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/BUILD.gn | 1 | ||||
-rw-r--r-- | third_party/freetype/README.pdfium | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index 847229273e..33b160f1e7 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -163,6 +163,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/ftdebug.c", "//third_party/freetype/src/src/base/ftglyph.c", "//third_party/freetype/src/src/base/ftinit.c", "//third_party/freetype/src/src/base/ftmm.c", diff --git a/third_party/freetype/README.pdfium b/third_party/freetype/README.pdfium index 53c9ac7617..cc408707ac 100644 --- a/third_party/freetype/README.pdfium +++ b/third_party/freetype/README.pdfium @@ -1,7 +1,7 @@ Name: FreeType URL: http://www.freetype.org/ -Version: VER-2-9-1-143 -Revision: 578bcf103a12fb742cdb314565819011d1ac12a7 +Version: VER-2-9-1-166 +Revision: 96b5e500909cfce39ff78feabefd8063a229b951 Security Critical: yes License: FreeType License (FTL) License File: FTL.TXT |