Add ResultDB result_adapter to DEPS
Bug: webrtc:13320 Change-Id: Ifb34a0f6d56c2d417cb41e040ae52bb7a7d0b09d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/236521 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#35270}
This commit is contained in:
parent
6ab8fc1922
commit
ca9be22b01
11
DEPS
11
DEPS
@ -14,6 +14,9 @@ vars = {
|
||||
|
||||
# Keep the Chromium default of generating location tags.
|
||||
'generate_location_tags': True,
|
||||
|
||||
# ResultDB version
|
||||
'resultdb_version': 'git_revision:735a8a662d3874d8b1d795a40e46ea0f57b52758',
|
||||
}
|
||||
|
||||
deps = {
|
||||
@ -100,6 +103,14 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
'src/tools/resultdb': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'infra/tools/result_adapter/${{platform}}',
|
||||
'version': Var('resultdb_version'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'src/third_party/android_build_tools/aapt2': {
|
||||
'packages': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user