Commit 7a9cdd22 authored by chromium-autoroll's avatar chromium-autoroll Committed by Chromium LUCI CQ

Roll FreeType from 9f94d8533cef to 272ae5ee2ab1 (2 revisions)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/9f94d8533cef..272ae5ee2ab1

2020-12-07 wl@gnu.org * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`.
2020-12-07 wl@gnu.org */*: s/FT_LOGGING/FT_DEBUG_LOGGING/.

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/+doc/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:win10-blink-rel;luci.chromium.try:win7-blink-rel
Tbr: bungeman@google.com,drott@google.com,thestig@google.com
Change-Id: I64ad85f729dd9849ba2d9988c129eb53b2d99cc6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575505Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarBen Wagner <bungeman@chromium.org>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834212}
parent 1f334e4f
......@@ -255,7 +255,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other.
'freetype_revision': '9f94d8533cefa8a023a0b81633032fe0aaea08fb',
'freetype_revision': '272ae5ee2ab1dd5754931675841f4dd0736fe17a',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other.
......
Name: FreeType
URL: http://www.freetype.org/
Version: VER-2-10-4-42-g9f94d8533
Revision: 9f94d8533cefa8a023a0b81633032fe0aaea08fb
Version: VER-2-10-4-44-g272ae5ee2
Revision: 272ae5ee2ab1dd5754931675841f4dd0736fe17a
CPEPrefix: cpe:/a:freetype:freetype:2.10.1
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses"
......
......@@ -447,7 +447,7 @@ FT_BEGIN_HEADER
*
* This option needs a C99 compiler.
*/
/* #define FT_LOGGING */
/* #define FT_DEBUG_LOGGING */
/**************************************************************************
......
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