Skip to content

Commit

Permalink
Roll Dart SDK from 7e9f7eab80d3 to c5a75ac9057c (1 revision) (flutter…
Browse files Browse the repository at this point in the history
…#49478)

https://dart.googlesource.com/sdk.git/+log/7e9f7eab80d3..c5a75ac9057c

2024-01-03 [email protected] Version 3.3.0-277.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
  • Loading branch information
skia-flutter-autoroll authored Jan 3, 2024
1 parent 3a7aa01 commit 9371184
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '7e9f7eab80d34a6c455793c5c9177464a0c0743b',
'dart_revision': 'c5a75ac9057c2985b10bfa393c0a599049eac517',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand All @@ -76,7 +76,7 @@ vars = {
'dart_browser_launcher_rev': 'c68ec25e36187b050ac918d2b614f2d6320f0045',
'dart_clock_rev': 'f975668839f45bad561d6227f88297bbbcff03fa',
'dart_collection_rev': '2d57a82ad079fe2d127f5a9b188170de2f5cdedc',
'dart_devtools_rev': '071405a237dab931ea10be728ec188aa2d55111f',
'dart_devtools_rev': '226af81369622cce9c0d98adbe31598208a27cc0',
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
Expand Down Expand Up @@ -333,7 +333,7 @@ deps = {
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@a51bd6df919a5b79574f0996a760cc20cb05697e',

'src/third_party/dart/third_party/devtools':
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:071405a237dab931ea10be728ec188aa2d55111f'}]},
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:226af81369622cce9c0d98adbe31598208a27cc0'}]},

'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@46d5033377d277d70bc6ec68504730b9384b1db1',
Expand All @@ -351,7 +351,7 @@ deps = {
Var('dart_git') + '/browser_launcher.git' + '@' + Var('dart_browser_launcher_rev'),

'src/third_party/dart/third_party/pkg/cli_util':
Var('dart_git') + '/cli_util.git@500dffab6e00332c4c0b814359f06c8a9c3a5573',
Var('dart_git') + '/cli_util.git@e5b38ac76887e6eefaf417f5222c317929eed278',

'src/third_party/dart/third_party/pkg/clock':
Var('dart_git') + '/clock.git' + '@' + Var('dart_clock_rev'),
Expand All @@ -360,13 +360,13 @@ deps = {
Var('dart_git') + '/collection.git' + '@' + Var('dart_collection_rev'),

'src/third_party/dart/third_party/pkg/convert':
Var('dart_git') + '/convert.git@35031701fab532ada1a75c51155c0a6801055d88',
Var('dart_git') + '/convert.git@f8a72d67a10805bca358be8d7e189a62f79d86b9',

'src/third_party/dart/third_party/pkg/crypto':
Var('dart_git') + '/crypto.git@f3e64d234416466683e29a4b20cf751684cbae6a',
Var('dart_git') + '/crypto.git@63e9a90c97d216bfd6e3ce72e80df320ef84572a',

'src/third_party/dart/third_party/pkg/csslib':
Var('dart_git') + '/csslib.git@17346e528b19c09b2d20589e0ffa0f01a5ad54ad',
Var('dart_git') + '/csslib.git@1ad2d1ec461fb1836180e917220a5a48fd641897',

'src/third_party/dart/third_party/pkg/dart_style':
Var('dart_git') + '/dart_style.git@8b1f24a8475a0116757172cd9acca4acbf87d973',
Expand Down Expand Up @@ -402,7 +402,7 @@ deps = {
Var('dart_git') + '/intl.git@5d65e3808ce40e6282e40881492607df4e35669f',

'src/third_party/dart/third_party/pkg/json_rpc_2':
Var('dart_git') + '/json_rpc_2.git@460545c62d12c2cd4635054e327846628288cb7e',
Var('dart_git') + '/json_rpc_2.git@ac1fabddd51fc90aa6fa4e1248f1a7141899eb4a',

'src/third_party/dart/third_party/pkg/leak_tracker':
Var('dart_git') + '/leak_tracker.git@8644f8b1c78009e9149e08e0c349d06c304110a9',
Expand Down

0 comments on commit 9371184

Please sign in to comment.