Skip to content

Commit ae14c5a

Browse files
authored
Roll src/third_party/dart fee615c5a5..d5405d06f4 (21 commits) (flutter#9127)
d5405d06f4 [cfe] Allow local const variables as annotations. 0d0f01a7b7 Add new AOT build steps to deb package build script. 182d55dfda [dart2js] Add support for BabelJS to test.py b1d3a212a7 Fill references to dynamic/Naver in LinkedElementFactory. d9dccc3b0f Pass in no_git_hash option to utils.py when computing version f9bf379ae1 Move BOOLEAN_CONVERSION_CHECK to separate HInstruction 2e51423c3d Convert the way function types are displayed to better match the syntax of Dart da3ead02c1 Issue 3446. Recurse into attributes to find children widgets. 9556a95038 Fix string->bytes encoding in overlay_file_system fc17a90bed assist for sorting child properties last b0a11c9d25 [vm] Fix kernel list loader so that files are relative to the list. 96c2d3c303 [dartdevc] enable testing of ddc internals 554f9db768 [ VM / Service ] Made Logging event and LogRecord public 46ae4c5f0a [ VM ] Removed tests that are no longer valid as of Dart 2.0. c35f53fab0 [dart:io,fuchsia] Change namespace setup failure from ASSERTs to FATALs af93ebcf4c [vm] Direct generation of ELF shared libraries. 834587a78c [dartdevc] fix import/export declarations for es6 to add extension d06592b532 [dartdevc] Add details to failed assertion messages cca2bb317e [ dart:developer ] Exposed `reason`, `errorCode`, and `errorDetail` getters in `ServiceExtensionResult`. 03781b9402 Build also summary2 in build mode. 4c32cddef8 [vm/ffi] Fix ffi trampoline class finalization - fix test on android
1 parent 3ea7ac8 commit ae14c5a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': 'fee615c5a51bb2ace4f13db2fcde1b02eb039488',
34+
'dart_revision': 'd5405d06f4eaf78271ccf000bee0456ba52da509',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 48c42235af26a81fc9167483f4aea348
1+
Signature: 135b98e5197f55547dc0c5d9eb849d73
22

33
UNUSED LICENSES:
44

@@ -4884,14 +4884,12 @@ FILE: ../../../third_party/dart/runtime/vm/dart_api_impl_test.cc
48844884
FILE: ../../../third_party/dart/runtime/vm/dart_api_message.cc
48854885
FILE: ../../../third_party/dart/runtime/vm/dart_api_message.h
48864886
FILE: ../../../third_party/dart/runtime/vm/dart_api_state.h
4887-
FILE: ../../../third_party/dart/runtime/vm/dart_entry_test.cc
48884887
FILE: ../../../third_party/dart/runtime/vm/datastream.h
48894888
FILE: ../../../third_party/dart/runtime/vm/debugger.cc
48904889
FILE: ../../../third_party/dart/runtime/vm/debugger.h
48914890
FILE: ../../../third_party/dart/runtime/vm/debugger_api_impl_test.cc
48924891
FILE: ../../../third_party/dart/runtime/vm/double_internals.h
48934892
FILE: ../../../third_party/dart/runtime/vm/exceptions_test.cc
4894-
FILE: ../../../third_party/dart/runtime/vm/find_code_object_test.cc
48954893
FILE: ../../../third_party/dart/runtime/vm/flag_list.h
48964894
FILE: ../../../third_party/dart/runtime/vm/flags.cc
48974895
FILE: ../../../third_party/dart/runtime/vm/flags.h
@@ -4963,7 +4961,6 @@ FILE: ../../../third_party/dart/runtime/vm/proccpuinfo.h
49634961
FILE: ../../../third_party/dart/runtime/vm/raw_object.cc
49644962
FILE: ../../../third_party/dart/runtime/vm/raw_object.h
49654963
FILE: ../../../third_party/dart/runtime/vm/raw_object_snapshot.cc
4966-
FILE: ../../../third_party/dart/runtime/vm/resolver_test.cc
49674964
FILE: ../../../third_party/dart/runtime/vm/scopes.cc
49684965
FILE: ../../../third_party/dart/runtime/vm/scopes.h
49694966
FILE: ../../../third_party/dart/runtime/vm/scopes_test.cc
@@ -5186,6 +5183,8 @@ FILE: ../../../third_party/dart/runtime/vm/constants_dbc.cc
51865183
FILE: ../../../third_party/dart/runtime/vm/constants_ia32.cc
51875184
FILE: ../../../third_party/dart/runtime/vm/constants_kbc.cc
51885185
FILE: ../../../third_party/dart/runtime/vm/constants_x64.cc
5186+
FILE: ../../../third_party/dart/runtime/vm/elf.cc
5187+
FILE: ../../../third_party/dart/runtime/vm/elf.h
51895188
FILE: ../../../third_party/dart/runtime/vm/frame_layout.h
51905189
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist.h
51915190
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist_test.cc

0 commit comments

Comments
 (0)