Roll Dart SDK from cd06d4ba4fec to ceb58442306e (5 revisions) (#165159)

https://dart.googlesource.com/sdk.git/+log/cd06d4ba4fec..ceb58442306e

2025-03-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.8.0-188.0.dev
2025-03-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.8.0-187.0.dev
2025-03-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.8.0-186.0.dev
2025-03-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.8.0-185.0.dev
2025-03-13 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com
Version 3.8.0-184.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
Please CC chinmaygarde@google.com,dart-vm-team@google.com on the revert
to ensure that a human
is aware of the problem.

To file a bug in Flutter:
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
This commit is contained in:
engine-flutter-autoroll 2025-03-13 20:56:23 -04:00 committed by GitHub
parent 6806015866
commit 603981008e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

16
DEPS
View File

@ -56,24 +56,24 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce # You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies. # updated revision list of existing dependencies.
'dart_revision': 'cd06d4ba4fec7b5b354753158ab8d6259aa66538', 'dart_revision': 'ceb58442306e1958f2988cdc8d65592aa20308b8',
# WARNING: DO NOT EDIT MANUALLY # WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
'dart_binaryen_rev': '3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b', 'dart_binaryen_rev': 'b4bdcc33115b31758c56b83bb9de4642c411a042',
'dart_boringssl_rev': '5d4b8d99a14a64df946f48d87dbaf6691f3cdeaf', 'dart_boringssl_rev': '5d4b8d99a14a64df946f48d87dbaf6691f3cdeaf',
'dart_core_rev': '15c7fe9958b95998ba2f5a4ad1beab66b9d815fb', 'dart_core_rev': '15c7fe9958b95998ba2f5a4ad1beab66b9d815fb',
'dart_devtools_rev': 'f10e8df8c517fb0412b9a66c626581867c9c267d', 'dart_devtools_rev': 'f10e8df8c517fb0412b9a66c626581867c9c267d',
'dart_http_rev': '900da9fe7d576caa4882053cf26d3a70bd3106e0', 'dart_http_rev': '001665e99703880e19fe54580064aa99ebb996b1',
'dart_i18n_rev': 'bdeec2590a1fda55d8ca95616aa8ff4c101765de', 'dart_i18n_rev': 'b09c822173d8e5c51fe9191e5768dd3f19186ec7',
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b', 'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
'dart_protobuf_rev': '7838e4485a4bbcfd5c9f0be1d0c95d38bf720c1b', 'dart_protobuf_rev': '7838e4485a4bbcfd5c9f0be1d0c95d38bf720c1b',
'dart_pub_rev': '639536aa78f7382b4a948669bfdc283f830b2ae9', 'dart_pub_rev': '639536aa78f7382b4a948669bfdc283f830b2ae9',
'dart_tools_rev': 'd67cd0022095a138c66df94f100e5a129c15a65e', 'dart_tools_rev': '9c533582195b12ea006dc7188767b5a288b4c5c8',
'dart_web_rev': '5a39fdc396ae40344308975140343c23b6863261', 'dart_web_rev': '5a39fdc396ae40344308975140343c23b6863261',
'dart_webdev_rev': 'f4856867de3e7b6ea6778dbc47cff44b12f9eed2', 'dart_webdev_rev': '302b6db6125901fd183390e339aff7490cdde3d0',
'dart_webkit_inspection_protocol_rev': 'effa75205516757795683d527c3dea9546eb0c32', 'dart_webkit_inspection_protocol_rev': 'effa75205516757795683d527c3dea9546eb0c32',
'ocmock_rev': 'c4ec0e3a7a9f56cfdbd0aa01f4f97bb4b75c5ef8', # v3.7.1 'ocmock_rev': 'c4ec0e3a7a9f56cfdbd0aa01f4f97bb4b75c5ef8', # v3.7.1
@ -298,7 +298,7 @@ deps = {
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py. # WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.
'engine/src/flutter/third_party/dart/third_party/binaryen/src': 'engine/src/flutter/third_party/dart/third_party/binaryen/src':
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b', Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@b4bdcc33115b31758c56b83bb9de4642c411a042',
'engine/src/flutter/third_party/dart/third_party/devtools': 'engine/src/flutter/third_party/dart/third_party/devtools':
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:f10e8df8c517fb0412b9a66c626581867c9c267d'}]}, {'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:f10e8df8c517fb0412b9a66c626581867c9c267d'}]},
@ -310,7 +310,7 @@ deps = {
Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535', Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535',
'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc': 'engine/src/flutter/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/dartdoc.git@6c770bfb1f72cc96044bac46dd65abc819d1ed42', Var('dart_git') + '/dartdoc.git@c41b86b98ca935ec3c29cdb04cb190df30afb242',
'engine/src/flutter/third_party/dart/third_party/pkg/http': 'engine/src/flutter/third_party/dart/third_party/pkg/http':
Var('dart_git') + '/http.git' + '@' + Var('dart_http_rev'), Var('dart_git') + '/http.git' + '@' + Var('dart_http_rev'),

View File

@ -1,4 +1,4 @@
Signature: 90791f041416d1dae4dbf3efcd5780cb Signature: 565cdb1d1347c661ac596864f53ba2a9
==================================================================================================== ====================================================================================================
LIBRARY: dart LIBRARY: dart
@ -4862,7 +4862,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0. defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/cd06d4ba4fec7b5b354753158ab8d6259aa66538 You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/ceb58442306e1958f2988cdc8d65592aa20308b8
/third_party/fallback_root_certificates/ /third_party/fallback_root_certificates/
==================================================================================================== ====================================================================================================

View File

@ -30247,7 +30247,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
This Source Code Form is "Incompatible With Secondary Licenses", as This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0. defined by the Mozilla Public License, v. 2.0.
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/cd06d4ba4fec7b5b354753158ab8d6259aa66538 You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/ceb58442306e1958f2988cdc8d65592aa20308b8
/third_party/fallback_root_certificates/ /third_party/fallback_root_certificates/
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------