From fc9d0cfb76d8e63a8d176beffb488ac65f5af537 Mon Sep 17 00:00:00 2001 From: Christoffer Dewerin Date: Mon, 26 Aug 2024 08:06:00 +0200 Subject: [PATCH] Remove deprecated DEPS RollError: WebRTC DEPS entries are missing from Chromium: ['src/third_party/android_build_tools/aapt2', 'src/third_party/hamcrest', 'src/third_party/icu4j', 'src/third_party/kotlin_stdlib']. Remove them or add them to either WEBRTC_ONLY_DEPS or DONT_AUTOROLL_THESE. Bug: None Change-Id: I69b4912e13cb7b84ffd822856e2273594a52717c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/360420 Commit-Queue: Jeremy Leconte Auto-Submit: Christoffer Dewerin Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#42844} --- tools_webrtc/autoroller/roll_deps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py index 1c248ec71e..01b8bc8dee 100755 --- a/tools_webrtc/autoroller/roll_deps.py +++ b/tools_webrtc/autoroller/roll_deps.py @@ -41,8 +41,11 @@ WEBRTC_ONLY_DEPS = [ 'src/ios', 'src/testing', 'src/third_party', + 'src/third_party/android_build_tools/aapt2/aapt2', 'src/third_party/clang_format/script', 'src/third_party/gtest-parallel', + 'src/third_party/hamcrest/lib/hamcrest-core.jar', + 'src/third_party/kotlin_stdlib', 'src/third_party/pipewire/linux-amd64', 'src/tools', ]