Roll src/third_party/dart 1ad11facec..da4ccd0855 (6 commits)

da4ccd0855 [analyzer] fix #32918, eliminate type variables during const inference
0e7bec7d2f Add validation for AndroidManifest.xml files
ca4e707e80 Fix AvailableSuggestionSetsTest on Windows.
d4c61411f3 Update bug number to reflect deprioritized bug
ee248fef23 Add a fix for using relative imports when the missing import is in the same library.
07482eeb5e [bots] Run all tests on vm-dartkb-* bots
This commit is contained in:
Ben Konyi 2019-04-05 15:56:32 -07:00
parent d3fbaea9a4
commit 7fd4caf037

2
DEPS
View File

@ -31,7 +31,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': '1ad11facec401ed51a8bdf79dafd77e955b23082',
'dart_revision': 'da4ccd08559c0252312c5f3d5cbb7c8b9460b9e5',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py