Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dfe996b

Browse files
committed
Update to Dart revision de63e4f
This contains some fixes for Fuchsia and I'd like to keep the version of Dart used in fuchsia and flutter builds consistent. Should have no other impactful changes for Flutter.
1 parent 5f95749 commit dfe996b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727

2828
# Note: When updating the Dart revision, ensure that all entries that are
2929
# dependencies of dart are also updated
30-
'dart_revision': '1ed4c27c01de6680766593b88a531ef86883a117',
30+
'dart_revision': 'de63e4fa94a1cebf86f0541ac14f25fd0bff73c0',
3131
'dart_boringssl_gen_revision': '1a810313a0290e1caace9da73fa3ab89995ad2c7',
3232
'dart_boringssl_revision': 'd519bf6be0b447fb80fbc539d4bff4479b5482a2',
3333
'dart_observatory_packages_revision': '26aad88f1c1915d39bbcbff3cad589e2402fdcf1',

travis/licenses.golden

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12905,6 +12905,7 @@ FILE: ../../../flutter/sky/engine/wtf/text/StringBufferTest.cpp
1290512905
FILE: ../../../flutter/sky/engine/wtf/text/TextCodecReplacement.cpp
1290612906
FILE: ../../../flutter/sky/engine/wtf/text/TextCodecReplacement.h
1290712907
FILE: ../../../flutter/sky/engine/wtf/text/TextCodecReplacementTest.cpp
12908+
FILE: ../../../flutter/sky/tools/copy.pyc
1290812909
FILE: ../../../flutter/sky/tools/roll/patches/chromium/android_build.patch
1290912910
FILE: ../../../third_party/android_platform/bionic/tools/relocation_packer/src/DEPS
1291012911
FILE: ../../../third_party/android_platform/bionic/tools/relocation_packer/src/debug.cc
@@ -18956,7 +18957,6 @@ FILE: ../../../dart/sdk/lib/html/html_common/metadata.dart
1895618957
FILE: ../../../dart/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart
1895718958
FILE: ../../../dart/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
1895818959
FILE: ../../../dart/sdk/lib/internal/internal.dart
18959-
FILE: ../../../dart/sdk/lib/internal/lists.dart
1896018960
FILE: ../../../dart/sdk/lib/io/common.dart
1896118961
FILE: ../../../dart/sdk/lib/io/crypto.dart
1896218962
FILE: ../../../dart/sdk/lib/io/directory.dart
@@ -19740,10 +19740,13 @@ FILE: ../../../dart/runtime/observatory/web/favicon.ico
1974019740
FILE: ../../../dart/runtime/observatory/web/index.html
1974119741
FILE: ../../../dart/runtime/observatory/web/third_party/trace_viewer_full.html
1974219742
FILE: ../../../dart/runtime/observatory/web/timeline.html
19743+
FILE: ../../../dart/runtime/tools/utils.pyc
19744+
FILE: ../../../dart/runtime/vm/libraries.json
1974319745
FILE: ../../../dart/runtime/vm/snapshot_test_in.dat
1974419746
FILE: ../../../dart/samples/build_dart/test.foo
1974519747
FILE: ../../../dart/samples/build_dart_simple/test.foo
1974619748
FILE: ../../../dart/sdk/lib/_internal/js_runtime/.packages
19749+
FILE: ../../../dart/sdk/lib/dart_server.json
1974719750
FILE: ../../../dart/sdk/lib/html/html_common/conversions_dart2js.dart
1974819751
FILE: ../../../dart/sdk/lib/html/html_common/conversions_dartium.dart
1974919752
FILE: ../../../dart/sdk/lib/html/html_common/html_common.dart
@@ -19806,7 +19809,6 @@ FILE: ../../../dart/runtime/bin/process_fuchsia.cc
1980619809
FILE: ../../../dart/runtime/bin/process_unsupported.cc
1980719810
FILE: ../../../dart/runtime/bin/reference_counting.h
1980819811
FILE: ../../../dart/runtime/bin/root_certificates_unsupported.cc
19809-
FILE: ../../../dart/runtime/bin/run_vm_tests_fuchsia.cc
1981019812
FILE: ../../../dart/runtime/bin/secure_socket_ios.cc
1981119813
FILE: ../../../dart/runtime/bin/secure_socket_ios.h
1981219814
FILE: ../../../dart/runtime/bin/secure_socket_macos.cc
@@ -20075,6 +20077,7 @@ ORIGIN: ../../../dart/runtime/bin/error_exit.cc + ../../../dart/LICENSE
2007520077
TYPE: LicenseType.bsd
2007620078
FILE: ../../../dart/runtime/bin/error_exit.cc
2007720079
FILE: ../../../dart/runtime/bin/error_exit.h
20080+
FILE: ../../../dart/runtime/bin/isolate_data.cc
2007820081
FILE: ../../../dart/runtime/bin/snapshot_utils.cc
2007920082
FILE: ../../../dart/runtime/bin/snapshot_utils.h
2008020083
FILE: ../../../dart/runtime/vm/fixed_cache.h
@@ -72134,4 +72137,4 @@ freely, subject to the following restrictions:
7213472137
3. This notice may not be removed or altered from any source distribution.
7213572138
====================================================================================================
7213672139
Total license count: 695
72137-
31566 of 31566 ██████████ 100% (0 missing licenses) Done.
72140+
31569 of 31569 ██████████ 100% (0 missing licenses) Done.

0 commit comments

Comments
 (0)