Roll src/third_party/dart 9e1adc54a7..389ccc9000 (10 commits)

389ccc9000 when analyzing fuchsia workspaces, expect to find .fx-build-dir files
a47b4ad2b8 Bring dart_style 1.2.7 into the SDK repo.
e5d78513a1 [dartdevc] Hoisting covariance checks for generators outside of the body.
73b931b6e6 Start reworking to use actual AST nodes created lazily.
fd2393d6d3 [dart/fuzzer] Re-enable optimization_counter_threshold testing
8e6851f0e4 [vm] Don't create edge counter arrays when edge counters are disabled.
90c757c766 [vm, interpreter] Allocation fast paths.
43046b7f7c [vm/bytecode] Enable building of kernel service snapshot
7beed016a0 [vm/bytecode] Add 'bytecode' into snapshot feature flags
cf04a16527 dartfix to migrate to spread collections
This commit is contained in:
Ben Konyi
2019-04-05 22:03:19 -07:00
parent 06ce0d736e
commit 42a7e77ced

4
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': '9e1adc54a756f4abf165fba6bd46ad8cc769ff4f',
'dart_revision': '389ccc90007ab49425530216e13199f52c177246',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -48,7 +48,7 @@ vars = {
'dart_crypto_tag': '2.0.6',
'dart_csslib_tag': '0.14.4+1',
'dart_dart2js_info_tag': '0.6.0',
'dart_dart_style_tag': '1.2.6',
'dart_dart_style_tag': '1.2.7',
'dart_dartdoc_tag': 'v0.28.2',
'dart_fixnum_tag': '0.10.9',
'dart_glob_tag': '1.1.7',