0

Roll WebRTC from b5df2ba10db3 to 783587e4158c (4 revisions)

https://webrtc.googlesource.com/src.git/+log/b5df2ba10db3..783587e4158c

2024-05-24 yura.yaroshevich@gmail.com Expose RTCRtpReceiver.sources.
2024-05-24 terelius@webrtc.org Revert "p2p: reduce visibility of ICE tiebreaker further"
2024-05-24 orphis@webrtc.org Fix GN template webrtc_fuzzer_test to work with Abseil targets in deps
2024-05-23 orphis@webrtc.org Mass removal of absl_deps in all BUILD.gn files

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I0144d36917bacbd0c237cd77ba452b9262d5d27e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5570352
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1305747}
This commit is contained in:
chromium-autoroll
2024-05-24 16:12:32 +00:00
committed by Chromium LUCI CQ
parent fe2181c753
commit 942e5ae5ac
2 changed files with 2 additions and 2 deletions
DEPS
third_party

2
DEPS

@ -2253,7 +2253,7 @@ deps = {
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '9af84b8d4827c98cd914ebcdacdc6500a846d19a',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'b5df2ba10db3cd04febcde8727e782457708f2fa',
Var('webrtc_git') + '/src.git' + '@' + '783587e4158cd7fc7b69ddbc7bddb9f2ba8c597e',
# Wuffs' canonical repository is at github.com/google/wuffs, but we use
# Skia's mirror of Wuffs, the same as in upstream Skia's DEPS file.