Commit 207cbb03 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/freetype/src 3fa35aa420ee..3de1b8d0b098 (4 commits)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3fa35aa420ee..3de1b8d0b098

git log 3fa35aa420ee..3de1b8d0b098 --date=short --no-merges --format='%ad %ae %s'
2019-09-05 wl@gnu.org [cmake] Add brotli support.
2019-09-05 wl@gnu.org FindHarfBuzz.cmake: Change indentation to two spaces; shorten lines.
2019-09-05 wl@gnu.org Fix handling of `AF_CONFIG_OPTION_INDIC'.
2019-09-05 wl@gnu.org CMakeLists.txt: Fix generation of DLL related stuff (#56852).

Created with:
  gclient setdep -r src/third_party/freetype/src@3de1b8d0b098

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/freetype-chromium
Please CC bungeman@google.com,drott@google.com,thestig@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel
TBR=bungeman@google.com,drott@google.com,thestig@google.com

Bug: None
Change-Id: I6061bbaf2b0997c47c9d3833babb052c11f9ef02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787840Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693723}
parent 9bff768d
...@@ -213,7 +213,7 @@ vars = { ...@@ -213,7 +213,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype # the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other. # and whatever else without interference from each other.
'freetype_revision': '3fa35aa420ee88856c60d3c0b7fedd43801953cc', 'freetype_revision': '3de1b8d0b0983cf49a187a4227e7950395a3b08f',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz # the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Name: FreeType Name: FreeType
URL: http://www.freetype.org/ URL: http://www.freetype.org/
Version: VER-2-10-1-42-g3fa35aa42 Version: VER-2-10-1-46-g3de1b8d0b
Revision: 3fa35aa420ee88856c60d3c0b7fedd43801953cc Revision: 3de1b8d0b0983cf49a187a4227e7950395a3b08f
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses" JPEG Group) licenses"
License File: src/docs/FTL.TXT License File: src/docs/FTL.TXT
......
...@@ -889,9 +889,11 @@ FT_BEGIN_HEADER ...@@ -889,9 +889,11 @@ FT_BEGIN_HEADER
* *
* Compile 'autofit' module with fallback Indic script support, covering * Compile 'autofit' module with fallback Indic script support, covering
* some scripts that the 'latin' submodule of the 'autofit' module doesn't * some scripts that the 'latin' submodule of the 'autofit' module doesn't
* (yet) handle. * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`.
*/ */
#ifdef AF_CONFIG_OPTION_CJK
#define AF_CONFIG_OPTION_INDIC #define AF_CONFIG_OPTION_INDIC
#endif
/************************************************************************** /**************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment