Bump tools to 466bb19b8ad8b278c351914ce20bedb7b32bfc91 Changes: ``` > git log --format="%C(auto) %h %s" a6603a4..466bb19 https://dart.googlesource.com/tools.git/+/466bb19b run CI on all PR branches (282) https://dart.googlesource.com/tools.git/+/c4793ce8 In the `Event.exception` constructor, modify a clone of the `args` argument instead of `args` itself (1200) ``` Diff: https://dart.googlesource.com/tools.git/+/a6603a45374fc2ed9de4cf0297bde003f141dc9b..466bb19b8ad8b278c351914ce20bedb7b32bfc91/ Change-Id: I92816e53a18abfca43e29e5f76efd9ef95476696 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397001 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Kenzie Davisson <kenzieschmoll@google.com> https://dart.googlesource.com/sdk/+/ed520f5f469c2f47bfc483044d9a16c6158e8d9e
diff --git a/DEPS b/DEPS index 4dc8be7..2de1b8c 100644 --- a/DEPS +++ b/DEPS
@@ -72,7 +72,7 @@ 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_rev': 'ccf104dbc36929c0f8708285d5f3a8fae206343e', 'dart_pub_rev': '8c2e621c2403cb503cc9959be387d1061a16846a', - 'dart_tools_rev': 'a6603a45374fc2ed9de4cf0297bde003f141dc9b', + 'dart_tools_rev': '466bb19b8ad8b278c351914ce20bedb7b32bfc91', 'dart_watcher_rev': '7a15a903f7ce0737cce7d08ff30402d41b9f7b62', 'dart_web_rev': '8d243766b45c163a9d18a89de059eba24398d163', 'dart_webdev_rev': '5f30c560dc4e3df341356c43ec1a766ee6b74a7c', @@ -260,7 +260,7 @@ 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + 'eeebd336e6a90177f8e4c684fb9430b4061e19d9', - 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'bc30907b7318eb844180127895a02ba606574d2a', + 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'ed520f5f469c2f47bfc483044d9a16c6158e8d9e', 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + 'd527f6ee10ae104f7dae5426c56ab337fc62df03',
diff --git a/commits.json b/commits.json index f9f5c2f..5634349 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { "engine/src/flutter":"eeebd336e6a90177f8e4c684fb9430b4061e19d9", - "engine/src/flutter/third_party/dart":"bc30907b7318eb844180127895a02ba606574d2a", + "engine/src/flutter/third_party/dart":"ed520f5f469c2f47bfc483044d9a16c6158e8d9e", "flutter":"d527f6ee10ae104f7dae5426c56ab337fc62df03" } \ No newline at end of file