From 8a4d17116a55207b0fcbff4e3a5da64e47711070 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 25 Aug 2021 02:21:01 -0400 Subject: [PATCH] Roll Dart SDK from 4c4bf41da092 to 0507607e1380 (1 revision) (flutter/engine#28294) --- DEPS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 70b52dc3d84..6a6770bfd38 100644 --- a/DEPS +++ b/DEPS @@ -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'),