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}
diff --git a/DEPS b/DEPS
index e430a0e..c864acc 100644
--- a/DEPS
+++ b/DEPS
@@ -14,6 +14,9 @@
# Keep the Chromium default of generating location tags.
'generate_location_tags': True,
+
+ # ResultDB version
+ 'resultdb_version': 'git_revision:735a8a662d3874d8b1d795a40e46ea0f57b52758',
}
deps = {
@@ -100,6 +103,14 @@
'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': [