From fd54a79912f2c58cb348f4405ba3965cf3a1444c Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 2 Jul 2024 02:38:03 +0000 Subject: [PATCH] Manual roll ICU from 98f2494518c2 to 43953f57b037 (1 revision) Manual roll requested by fmil@google.com https://chromium.googlesource.com/chromium/deps/icu.git/+log/98f2494518c2..43953f57b037 2024-06-10 dayeung@chromium.org Fix a crash in locid.cpp. 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 fmil@google.com,fuchsia-ui-discuss@google.com,jimgraham@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://issues.skia.org/issues/new?component=1389291&template=1850622 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 3e8f6e46636f2..d4380dec851e1 100644 --- a/DEPS +++ b/DEPS @@ -307,7 +307,7 @@ deps = { Var('chromium_git') + '/external/github.com/google/flatbuffers' + '@' + '0a80646371179f8a7a5c1f42c31ee1d44dcf6709', 'src/flutter/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '98f2494518c2dbb9c488e83e507b070ea5910e95', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '43953f57b037778a1b8005564afabe214834f7bd', 'src/flutter/third_party/gtest-parallel': Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '38191e2733d7cbaeaef6a3f1a942ddeb38a2ad14',