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

Commit a5da502

Browse files
authored
Manual SDK roll for DevTools SDK integration (#26075)
1 parent 66f7a1b commit a5da502

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

DEPS

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ vars = {
3535
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3636
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3737
# updated revision list of existing dependencies.
38-
'dart_revision': 'b8f4018535fa792891e2add3a475f35e3ec156ab',
38+
'dart_revision': 'b99466d472e369990eb22de332cb5b2967b3ea00',
3939

4040
# WARNING: DO NOT EDIT MANUALLY
4141
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
4242
'dart_boringssl_gen_rev': '7322fc15cc065d8d2957fccce6b62a509dc4d641',
4343
'dart_boringssl_rev': '1607f54fed72c6589d560254626909a64124f091',
4444
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
4545
'dart_collection_rev': '9967dcd3d7645db6de48d5abfab3018bb0c84236',
46+
'dart_devtools_rev': '12ad5341ae0a275042c84a4e7be9a6c98db65612',
4647
'dart_http_throttle_tag': '1.0.2',
4748
'dart_intl_tag': '0.17.0-nullsafety',
4849
'dart_linter_tag': '1.4.0',
4950
'dart_protobuf_rev': '0d03fd588df69e9863e2a2efc0059dee8f18d5b2',
50-
'dart_pub_rev': '0e657414a472e74ca5dd76ae0db50cc060251dec',
51+
'dart_pub_rev': '00c00e8adf9706bebe8f94483b7663c5f36f59d2',
5152
'dart_resource_rev': '6b79867d0becf5395e5819a75720963b8298e9a7',
5253
'dart_root_certificates_rev': '7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8',
5354
'dart_shelf_proxy_tag': 'v1.0.0',
@@ -154,7 +155,7 @@ deps = {
154155
Var('dart_git') + '/args.git@d8fea36c10ef96797be02e3d132d572445cd86f4',
155156

156157
'src/third_party/dart/third_party/pkg/async':
157-
Var('dart_git') + '/async.git@cde00b89bd3c19e877b21de2c02282d4d311d0a5',
158+
Var('dart_git') + '/async.git@49464c342fe64c8632223ce3475364d163fb0623',
158159

159160
'src/third_party/dart/third_party/pkg/bazel_worker':
160161
Var('dart_git') + '/bazel_worker.git@0885637b037979afbf5bcd05fd748b309fd669c0',
@@ -166,7 +167,7 @@ deps = {
166167
Var('dart_git') + '/charcode.git@bcd8a12c315b7a83390e4865ad847ecd9344cba2',
167168

168169
'src/third_party/dart/third_party/pkg/cli_util':
169-
Var('dart_git') + '/cli_util.git@fd1b716e8a350a454e01ae56df540293d31ff6c8',
170+
Var('dart_git') + '/cli_util.git@8c504de5deb08fe32ecf51f9662bb37d8c708e57',
170171

171172
'src/third_party/dart/third_party/pkg/clock':
172173
Var('dart_git') + '/clock.git' + '@' + Var('dart_clock_rev'),
@@ -223,7 +224,7 @@ deps = {
223224
Var('dart_git') + '/intl.git' + '@' + Var('dart_intl_tag'),
224225

225226
'src/third_party/dart/third_party/pkg/json_rpc_2':
226-
Var('dart_git') + '/json_rpc_2.git@5ec32a2e0e99dedcef5b3237f93167cd22c2da50',
227+
Var('dart_git') + '/json_rpc_2.git@7e00f893440a72de0637970325e4ea44bd1e8c8e',
227228

228229
'src/third_party/dart/third_party/pkg/linter':
229230
Var('dart_git') + '/linter.git' + '@' + Var('dart_linter_tag'),
@@ -316,7 +317,7 @@ deps = {
316317
Var('dart_git') + '/typed_data.git' + '@' + Var('dart_typed_data_tag'),
317318

318319
'src/third_party/dart/third_party/pkg/usage':
319-
Var('dart_git') + '/usage.git@5b7317ba89166f3cf1af98cb280a4cc8e78f25f9',
320+
Var('dart_git') + '/usage.git@e0780cd8b2f8af69a28dc52678ffe8492da27d06',
320321

321322
'src/third_party/dart/third_party/pkg/watcher':
322323
Var('dart_git') + '/watcher.git' + '@' + Var('dart_watcher_rev'),
@@ -334,7 +335,7 @@ deps = {
334335
Var('dart_git') + '/package_config.git@a84c0d45401f215fbe9384df923a38f4022a3c45',
335336

336337
'src/third_party/dart/tools/sdks':
337-
{'packages': [{'version': 'version:2.12.0', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
338+
{'packages': [{'version': 'version:2.13.0-211.14.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
338339

339340
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
340341

@@ -390,6 +391,16 @@ deps = {
390391
'src/third_party/abseil-cpp':
391392
Var('chromium_git') + '/chromium/src/third_party/abseil-cpp.git' + '@' + '2d8c1340f0350828f1287c4eaeebefcf317bcfc9',
392393

394+
'src/third_party/dart/third_party/devtools': {
395+
'packages': [
396+
{
397+
'version': 'git_revision:' + Var('dart_devtools_rev'),
398+
'package': 'dart/third_party/flutter/devtools'
399+
}
400+
],
401+
'dep_type': 'cipd',
402+
},
403+
393404
'src/third_party/pkg/when':
394405
Var('dart_git') + '/when.git' + '@' + '0.2.0',
395406

ci/licenses_golden/licenses_third_party

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0cd97bc3f34ac40583de63d2f282fdba
1+
Signature: 0c2df0c70df89dfbc9c52e12bdcb400a
22

33
UNUSED LICENSES:
44

@@ -11882,8 +11882,11 @@ LIBRARY: dart
1188211882
ORIGIN: ../../../third_party/dart/runtime/bin/utils.cc + ../../../third_party/dart/LICENSE
1188311883
TYPE: LicenseType.bsd
1188411884
FILE: ../../../third_party/dart/runtime/bin/utils.cc
11885+
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_timings.cc
11886+
FILE: ../../../third_party/dart/runtime/vm/compiler/compiler_timings.h
1188511887
FILE: ../../../third_party/dart/runtime/vm/compiler/ffi/range.h
1188611888
FILE: ../../../third_party/dart/runtime/vm/compiler/relocation_test.cc
11889+
FILE: ../../../third_party/dart/runtime/vm/heap/safepoint_test.cc
1188711890
FILE: ../../../third_party/dart/runtime/vm/pending_deopts.cc
1188811891
FILE: ../../../third_party/dart/runtime/vm/pending_deopts.h
1188911892
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_compressed.cc

0 commit comments

Comments
 (0)