Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ vars = {
'dart_boringssl_rev': '1607f54fed72c6589d560254626909a64124f091',
'dart_clock_rev': 'a494269254ba978e7ef8f192c5f7fec3fc05b9d3',
'dart_collection_rev': '9967dcd3d7645db6de48d5abfab3018bb0c84236',
'dart_devtools_rev': '12ad5341ae0a275042c84a4e7be9a6c98db65612',
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.17.0-nullsafety',
'dart_linter_tag': '1.4.0',
Expand Down Expand Up @@ -150,6 +151,9 @@ deps = {

# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.

'src/third_party/dart/third_party/devtools':
{'packages': [{'version': 'git_revision:' + Var('dart_devtools_rev'), 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Var('dart_devtools_rev') on running the update script in buildtools this will be replaced by a hash automatically the next roll.


'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@d8fea36c10ef96797be02e3d132d572445cd86f4',

Expand Down