Make 3xH bot script happy (flutter/engine#26081)

This commit is contained in:
Ben Konyi 2021-05-11 17:19:27 -07:00 committed by GitHub
parent 37713ca7c1
commit 6e778cb6b1

13
DEPS
View File

@ -151,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:12ad5341ae0a275042c84a4e7be9a6c98db65612', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@d8fea36c10ef96797be02e3d132d572445cd86f4',
@ -391,16 +394,6 @@ deps = {
'src/third_party/abseil-cpp':
Var('chromium_git') + '/chromium/src/third_party/abseil-cpp.git' + '@' + '2d8c1340f0350828f1287c4eaeebefcf317bcfc9',
'src/third_party/dart/third_party/devtools': {
'packages': [
{
'version': 'git_revision:' + Var('dart_devtools_rev'),
'package': 'dart/third_party/flutter/devtools'
}
],
'dep_type': 'cipd',
},
'src/third_party/pkg/when':
Var('dart_git') + '/when.git' + '@' + '0.2.0',