Roll FreeType from f42ce255 to a4642422 (30 commits)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f42ce25563b73fed0123d18a2556b9ba01d2c76b..a46424228f0998a72c715f32e18dca8a7a764c1f

Change-Id: Ic6c2233a3c29bd7b6f9dbf8d6bb32db31607f0a8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/851519
Reviewed-by: Florin Malita <fmalita@google.com>
diff --git a/DEPS b/DEPS
index 9db4d25..c912566 100644
--- a/DEPS
+++ b/DEPS
@@ -36,7 +36,7 @@
   "third_party/externals/egl-registry"           : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@b055c9b483e70ecd57b3cf7204db21f5a06f9ffe",
   "third_party/externals/emsdk"                  : "https://skia.googlesource.com/external/github.com/emscripten-core/emsdk.git@a896e3d066448b3530dbcaa48869fafefd738f57",
   "third_party/externals/expat"                  : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@441f98d02deafd9b090aea568282b28f66a50e36",
-  "third_party/externals/freetype"               : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@f42ce25563b73fed0123d18a2556b9ba01d2c76b",
+  "third_party/externals/freetype"               : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@a46424228f0998a72c715f32e18dca8a7a764c1f",
   "third_party/externals/harfbuzz"               : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@b74a7ecc93e283d059df51ee4f46961a782bcdb8",
   "third_party/externals/highway"                : "https://chromium.googlesource.com/external/github.com/google/highway.git@424360251cdcfc314cfc528f53c872ecd63af0f0",
   "third_party/externals/icu"                    : "https://chromium.googlesource.com/chromium/deps/icu.git@364118a1d9da24bb5b770ac3d762ac144d6da5a4",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 8ab2b7e..0b953d3 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -57,7 +57,7 @@
     new_git_repository(
         name = "freetype",
         build_file = ws + "//bazel/external/freetype:BUILD.bazel",
-        commit = "f42ce25563b73fed0123d18a2556b9ba01d2c76b",
+        commit = "a46424228f0998a72c715f32e18dca8a7a764c1f",
         remote = "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git",
     )