Skip to content

Commit

Permalink
Roll dart to 3.7.0-267.0.dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
aam committed Dec 18, 2024
1 parent 5b8e9f5 commit cb21537
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ 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': '37bbc285d8d2ad66843703d7f60dcdf23fd76175',
'dart_revision': 'fc5db8ea92782a303a0ab4a69a58a50618ac4ae4',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
'dart_binaryen_rev': '87f9dac127b387715d8d96ac7ec8fd469d8c2dab',
'dart_boringssl_rev': '57f525e425a95e7c89fa2df926fa93273bd47311',
'dart_boringssl_rev': 'ee0c13ad1808379cf16b371a051ac3951f8a09c1',
'dart_core_rev': '7f9f597e64fa52faebd3c0a2214f61a7b081174d',
'dart_devtools_rev': '3e5327a02693b1405359dc5322d7f0a40151b9b7',
'dart_http_rev': '79470d014b467f01b0e7c5b63ab6c86b22dec8db',
Expand All @@ -70,7 +70,7 @@ vars = {
'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10',
'dart_protobuf_rev': 'da7279c56734cffed4deb1e3a6f93bdcefccf6b8',
'dart_pub_rev': '58de642dc1d07601f6eb2b4ecd94555c0210106b',
'dart_tools_rev': '223daf5300a5e3f6e09b7e24a5fda1009d6708f7',
'dart_tools_rev': 'febccb92d228e678196aa90c109c708ed7ad6ea8',
'dart_watcher_rev': 'bc44e6f6b85972e516c44b9ae6c042b4cbd7c72b',
'dart_web_rev': 'bdf112ec64d28285cc29c6c78274ff3a827bb79b',
'dart_webdev_rev': 'ab620d1a81adc57b5045a189e076b9930ae66208',
Expand Down Expand Up @@ -329,7 +329,7 @@ deps = {
Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'),

'src/flutter/third_party/dart/third_party/pkg/dart_style':
Var('dart_git') + '/dart_style.git@1de89eb3bd340315f9ff5f2afc319cc1d6131b8d',
Var('dart_git') + '/dart_style.git@21de99ec0ff8ace4d946a746fb427fffd6afa535',

'src/flutter/third_party/dart/third_party/pkg/dartdoc':
Var('dart_git') + '/dartdoc.git@c7f11603effa88ddacabfd555993f322fca8b3fe',
Expand All @@ -353,7 +353,7 @@ deps = {
Var('dart_git') + '/markdown.git@4d5dbc659955973902f2585c54e94d453532db70',

'src/flutter/third_party/dart/third_party/pkg/native':
Var('dart_git') + '/native.git@da5dc148a0430b6c4224b59178db5385d79b2298',
Var('dart_git') + '/native.git@4d81ce6c5e17164ef63d8a3f5144e5def0702207',

'src/flutter/third_party/dart/third_party/pkg/package_config':
Var('dart_git') + '/package_config.git@76f2f6c245451da1fa24d7bbb00251b909e729a5',
Expand Down

0 comments on commit cb21537

Please sign in to comment.