From d47e86eceead4e659a5d4a44c4d6bae7e9d7e7c7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 9 Feb 2023 13:47:10 -0500 Subject: [PATCH] Manual roll ICU from 2cce76fd67af to 266a46937f05 (1 revision) (flutter/engine#39518) Manual roll requested by zra@google.com https://chromium.googlesource.com/chromium/deps/icu.git/+log/2cce76fd67af..266a46937f05 2023-02-02 dtapuska@chromium.org On iOS do not use minimal ICU data when use_blink is set If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/icu-sdk-flutter-engine Please CC jonahwilliams@google.com,tq-i18n-team@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ICU: https://github.com/unicode-org/icu To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 49d8886cfd7..db198f79c96 100644 --- a/DEPS +++ b/DEPS @@ -272,7 +272,7 @@ deps = { Var('github_git') + '/google/flatbuffers.git' + '@' + '0a80646371179f8a7a5c1f42c31ee1d44dcf6709', 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2cce76fd67afce170560afaaac1872efefe64fdb', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '266a46937f05303da1ac4c68f2c94f9a1caa3f76', 'src/third_party/khronos': Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '676d544d2b8f48903b7da9fceffaa534a5613978',