add pipewire to WEBRTC_ONLY_DEPS for autoroller

Bug: webrtc:14584
Change-Id: I100fe5dd903b8a848c11fa0eef1825cb59806227
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/279760
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#38440}
This commit is contained in:
Christoffer Jansson 2022-10-19 11:00:48 +02:00 committed by WebRTC LUCI CQ
parent 15166b2fa4
commit 6253a4ff9a

View File

@ -46,6 +46,7 @@ WEBRTC_ONLY_DEPS = [
'src/testing',
'src/third_party',
'src/third_party/gtest-parallel',
'src/third_party/pipewire/linux-amd64',
'src/tools',
]