From b09668ca60c4721c8edbfb5026ee508e44fe9024 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Fri, 21 Jun 2019 15:03:09 -0700 Subject: [PATCH] Revert "Update harfbuzz to 2.5.2 (#9406)" (flutter/engine#9429) This reverts commit a8396d6af9d19d4fbe6e6423644478b1691dc854. --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 7ef8ad9184c..38a54e103bb 100644 --- a/DEPS +++ b/DEPS @@ -126,7 +126,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '5383f9c6ad891c28d0d2f3103864ff6ff377ceff', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '7a3ec7d15ccd753a270a714c3972cef4e8660ffb', # Fuchsia compatibility # @@ -147,7 +147,7 @@ deps = { Var('fuchsia_git') + '/third_party/rapidjson' + '@' + '32d07c55db1bb6c2ae17cba4033491a667647753', 'src/third_party/harfbuzz': - Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + 'b1e7dc6416fb7f27534721d2a000135e8f433c0c', + Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + '02caec6c1c6ad996666788b8e920ccaec8b385e5', 'src/third_party/libcxx': Var('fuchsia_git') + '/third_party/libcxx' + '@' + 'c5a5fa59789213c7dae68d2e51cb28ef681d8257',