Roll Dart SDK from d6fa0d686082 to 45b4f2d77247 (9 revisions) (flutter/engine#28530)

This commit is contained in:
skia-flutter-autoroll 2021-09-09 13:22:01 -04:00 committed by GitHub
parent 9898f7b464
commit f1cfdd4356

14
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': 'd6fa0d686082ec9f2957bce7e2de30b222fee082',
'dart_revision': '45b4f2d77247cf9b5b0758acec5b088f01ac04d4',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@ -47,10 +47,10 @@ vars = {
'dart_boringssl_rev': '1607f54fed72c6589d560254626909a64124f091',
'dart_browser_launcher_rev': 'c6cc1025d6901926cf022e144ba109677e3548f1',
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
'dart_collection_rev': '75a7a5510979a3cd70143af85bcc1667ee233674',
'dart_collection_rev': 'a4c941ab94044d118b2086a3f261c30377604127',
'dart_devtools_rev': '2b47d9ed486479153ca2fd038000950674ed1beb',
'dart_intl_tag': '0.17.0-nullsafety',
'dart_linter_tag': '1.10.0',
'dart_linter_tag': '1.11.0',
'dart_protobuf_rev': 'c1eb6cb51af39ccbaa1a8e19349546586a5c8e31',
'dart_pub_rev': 'cd7a43f2109f7e5eb22e73c7f4e15d25fd57598e',
'dart_resource_rev': '6b79867d0becf5395e5819a75720963b8298e9a7',
@ -206,10 +206,10 @@ deps = {
Var('dart_git') + '/crypto.git@b5024e4de2b1c474dd558bef593ddbf0bfade152',
'src/third_party/dart/third_party/pkg/csslib':
Var('dart_git') + '/csslib.git@e411d862fd8cc50415c1badf2632e017373b3f47',
Var('dart_git') + '/csslib.git@6338de25a09d098a62c9a1992c175e9ceb5b994a',
'src/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/dartdoc.git@348cbd7204645f99074bf7873af8b6ba6d34ceb0',
Var('dart_git') + '/dartdoc.git@7fd237db737752800505eff510bf3fa8d3e00eb7',
'src/third_party/dart/third_party/pkg/ffi':
Var('dart_git') + '/ffi.git@4dd32429880a57b64edaf54c9d5af8a9fa9a4ffb',
@ -347,7 +347,7 @@ deps = {
Var('dart_git') + '/external/github.com/google/webkit_inspection_protocol.dart.git' + '@' + Var('dart_webkit_inspection_protocol_rev'),
'src/third_party/dart/third_party/pkg/yaml':
Var('dart_git') + '/yaml.git@b4c4411631bda556ce9a45af1ab0eecaf9f3ac53',
Var('dart_git') + '/yaml.git@2af44871f684c89e973a96e39026b8b88dda1987',
'src/third_party/dart/third_party/pkg_tested/dart_style':
Var('dart_git') + '/dart_style.git@14d9b6fd58cc4744676c12be3cc5eee2a779db82',
@ -356,7 +356,7 @@ deps = {
Var('dart_git') + '/package_config.git@fb736aa12316dd2d882b202a438a6946a4b4bea0',
'src/third_party/dart/tools/sdks':
{'packages': [{'version': 'version:2.14.0-377.4.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
{'packages': [{'version': 'version:2.15.0-82.0.dev', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.