Commit 94486b02 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc e283d1ca64c6..486232025b0b (2 commits)

https://webrtc.googlesource.com/src.git/+log/e283d1ca64c6..486232025b0b

git log e283d1ca64c6..486232025b0b --date=short --first-parent --format='%ad %ae %s'
2020-04-01 marinaciocea@webrtc.org Transform received audio frames in ChannelReceive.
2020-04-01 mbonadei@webrtc.org Replace std::string::find() == 0 with absl::StartsWith.

Created with:
  gclient setdep -r src/third_party/webrtc@486232025b0b

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 on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I69b0ac541b1076f9ed558459218ecab3e63939ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132576Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#755453}
parent a0e772ac
...@@ -1458,7 +1458,7 @@ deps = { ...@@ -1458,7 +1458,7 @@ deps = {
}, },
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'e283d1ca64c61cb5fa7fce1bcb2cb5fdc067f103', Var('webrtc_git') + '/src.git' + '@' + '486232025b0bbb67c2f04e9bb4261206f68eefea',
'src/third_party/libgifcodec': 'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment