Roll Dart SDK from 4c4bf41da092 to 0507607e1380 (1 revision) (flutter/engine#28294)

This commit is contained in:
skia-flutter-autoroll 2021-08-25 02:21:01 -04:00 committed by GitHub
parent afa54acae4
commit 8a4d17116a

6
DEPS
View File

@ -39,7 +39,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '4c4bf41da09210cd8fb404006a97b2103923d48f',
'dart_revision': '0507607e13808426fb90fd0b4a5e751a3fe7e029',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -49,7 +49,6 @@ vars = {
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
'dart_collection_rev': '75a7a5510979a3cd70143af85bcc1667ee233674',
'dart_devtools_rev': '2b47d9ed486479153ca2fd038000950674ed1beb',
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.17.0-nullsafety',
'dart_linter_tag': '1.9.0',
'dart_protobuf_rev': 'c1eb6cb51af39ccbaa1a8e19349546586a5c8e31',
@ -236,9 +235,6 @@ deps = {
'src/third_party/dart/third_party/pkg/http_parser':
Var('dart_git') + '/http_parser.git@202391286ddc13c4c3c284ac5b511f04697250ed',
'src/third_party/dart/third_party/pkg/http_throttle':
Var('dart_git') + '/http_throttle.git' + '@' + Var('dart_http_throttle_tag'),
'src/third_party/dart/third_party/pkg/intl':
Var('dart_git') + '/intl.git' + '@' + Var('dart_intl_tag'),