Skip to content

Commit 60a9b85

Browse files
authored
Manual roll of Dart 6d4e7d6830...021a49e88c (flutter#19074)
* 1. Manual roll of Dart 6d4e7d6830...021a49e88c dart-lang/sdk@021a49e88c Update the way to get feature set and language version. dart-lang/sdk@d1638508c1 Migration: streamline behavior injection in migration_cli_test.dart. 2. Update ICU dependency and adjust license script to account for this change. * Update license tool signature.
1 parent ee51d23 commit 60a9b85

File tree

4 files changed

+118
-196
lines changed

4 files changed

+118
-196
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '6d4e7d6830f3e417914dc33583c727975123c3e4',
37+
'dart_revision': '021a49e88c0df775ca289885cf513e358337c394',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -148,7 +148,7 @@ deps = {
148148
Var('chromium_git') + '/chromium/src/ios.git' + '@' + Var('ios_tools_revision'),
149149

150150
'src/third_party/icu':
151-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '5005010d694e16571b8dfbf07d70817841f80a69',
151+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '8d29692df640668ed7e4d1817715440c4e05697a',
152152

153153
'src/third_party/khronos':
154154
Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',

0 commit comments

Comments
 (0)