From ca9be22b0164ff6fb8528ff1ac5df76a3553a050 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Wed, 27 Oct 2021 13:47:35 +0200 Subject: [PATCH] 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 Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#35270} --- DEPS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEPS b/DEPS index e430a0e581..c864acc383 100644 --- a/DEPS +++ b/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': [