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

Commit 53d5d68

Browse files
authored
Add dart-lang/sdk's new package:clock dependency (#22142)
This partially fixes flutter/engine + dart-lang/sdk head-head build and will allow auto roller to work again.
1 parent 073263e commit 53d5d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEPS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ vars = {
4141
'dart_args_tag': '1.6.0',
4242
'dart_boringssl_gen_rev': '429ccb1877f7987a6f3988228bc2440e61293499',
4343
'dart_boringssl_rev': '4dfd5af70191b068aebe567b8e29ce108cee85ce',
44+
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
4445
'dart_collection_rev': '60e6ee2228586980826b07ec1df633bd879f42ea',
4546
'dart_dart_style_tag': '1.3.8',
4647
'dart_http_retry_tag': '0.1.1',
@@ -176,6 +177,9 @@ deps = {
176177
'src/third_party/dart/third_party/pkg/cli_util':
177178
Var('dart_git') + '/cli_util.git@335ed165887d0ec97c2a09173ebf22dcf56a6c4e',
178179

180+
'src/third_party/dart/third_party/pkg/clock':
181+
Var('dart_git') + '/clock.git' + '@' + Var('dart_clock_rev'),
182+
179183
'src/third_party/dart/third_party/pkg/collection':
180184
Var('dart_git') + '/collection.git' + '@' + Var('dart_collection_rev'),
181185

0 commit comments

Comments
 (0)