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

Commit 9e60fe4

Browse files
Roll Dart SDK from 366eb1b4b308 to be6b533e07e7 (1 revision)
https://dart.googlesource.com/sdk.git/+log/366eb1b4b308..be6b533e07e7 2024-06-20 [email protected] Version 3.5.0-284.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 5d97d2b commit 9e60fe4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': '366eb1b4b3085e3b866bbfb65d8d932efa534bc1',
59+
'dart_revision': 'be6b533e07e786026478715ef7f4472b77674898',
6060

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

ci/licenses_golden/excluded_files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,6 @@
13921392
../../../flutter/third_party/dart/runtime/bin/process_test.cc
13931393
../../../flutter/third_party/dart/runtime/bin/secure_socket_utils_test.cc
13941394
../../../flutter/third_party/dart/runtime/bin/snapshot_utils_test.cc
1395-
../../../flutter/third_party/dart/runtime/bin/uri_test.cc
13961395
../../../flutter/third_party/dart/runtime/codereview.settings
13971396
../../../flutter/third_party/dart/runtime/docs
13981397
../../../flutter/third_party/dart/runtime/observatory/.gitignore
@@ -1403,6 +1402,7 @@
14031402
../../../flutter/third_party/dart/runtime/observatory/tests
14041403
../../../flutter/third_party/dart/runtime/observatory/update_sources.py
14051404
../../../flutter/third_party/dart/runtime/observatory/web/third_party/README.md
1405+
../../../flutter/third_party/dart/runtime/platform/uri_test.cc
14061406
../../../flutter/third_party/dart/runtime/tests
14071407
../../../flutter/third_party/dart/runtime/tools/.gitignore
14081408
../../../flutter/third_party/dart/runtime/tools/android_finder.py

ci/licenses_golden/licenses_dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0e36e72eea2e2e508744a6e463a9445f
1+
Signature: 05cae451c5e2baa8b661083e0380c586
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4079,9 +4079,9 @@ LIBRARY: dart
40794079
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.cc + ../../../flutter/third_party/dart/LICENSE
40804080
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.h + ../../../flutter/third_party/dart/LICENSE
40814081
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/native_assets_api_impl.cc + ../../../flutter/third_party/dart/LICENSE
4082-
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/uri.cc + ../../../flutter/third_party/dart/LICENSE
4083-
ORIGIN: ../../../flutter/third_party/dart/runtime/bin/uri.h + ../../../flutter/third_party/dart/LICENSE
40844082
ORIGIN: ../../../flutter/third_party/dart/runtime/include/bin/native_assets_api.h + ../../../flutter/third_party/dart/LICENSE
4083+
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/uri.cc + ../../../flutter/third_party/dart/LICENSE
4084+
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/uri.h + ../../../flutter/third_party/dart/LICENSE
40854085
ORIGIN: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart + ../../../flutter/third_party/dart/LICENSE
40864086
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc + ../../../flutter/third_party/dart/LICENSE
40874087
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h + ../../../flutter/third_party/dart/LICENSE
@@ -4097,9 +4097,9 @@ TYPE: LicenseType.bsd
40974097
FILE: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.cc
40984098
FILE: ../../../flutter/third_party/dart/runtime/bin/ifaddrs.h
40994099
FILE: ../../../flutter/third_party/dart/runtime/bin/native_assets_api_impl.cc
4100-
FILE: ../../../flutter/third_party/dart/runtime/bin/uri.cc
4101-
FILE: ../../../flutter/third_party/dart/runtime/bin/uri.h
41024100
FILE: ../../../flutter/third_party/dart/runtime/include/bin/native_assets_api.h
4101+
FILE: ../../../flutter/third_party/dart/runtime/platform/uri.cc
4102+
FILE: ../../../flutter/third_party/dart/runtime/platform/uri.h
41034103
FILE: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart
41044104
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc
41054105
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h
@@ -4749,7 +4749,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
47494749
This Source Code Form is "Incompatible With Secondary Licenses", as
47504750
defined by the Mozilla Public License, v. 2.0.
47514751

4752-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/366eb1b4b3085e3b866bbfb65d8d932efa534bc1
4752+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/be6b533e07e786026478715ef7f4472b77674898
47534753
/third_party/fallback_root_certificates/
47544754

47554755
====================================================================================================

sky/packages/sky_engine/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31865,7 +31865,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3186531865
This Source Code Form is "Incompatible With Secondary Licenses", as
3186631866
defined by the Mozilla Public License, v. 2.0.
3186731867

31868-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/366eb1b4b3085e3b866bbfb65d8d932efa534bc1
31868+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/be6b533e07e786026478715ef7f4472b77674898
3186931869
/third_party/fallback_root_certificates/
3187031870

3187131871
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)