Commit f41a2434 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc 1927dfafabc0..9b1d67982f26 (23 commits)

https://webrtc.googlesource.com/src.git/+log/1927dfafabc0..9b1d67982f26


git log 1927dfafabc0..9b1d67982f26 --date=short --no-merges --format='%ad %ae %s'
2018-10-16 mbonadei@webrtc.org Remove 'iOS32 Sim Debug (iOS 9.0)' from client.webrtc.
2018-10-16 niklas.enbom@webrtc.org Revert "Remove the HighPassFilter interface"
2018-10-16 peah@webrtc.org Avoids creating empty call_order file when no call order data is written
2018-10-16 danilchap@webrtc.org Calculate max payload size for an rtp packet to fit full video frame
2018-10-16 srte@webrtc.org Don't send max allocation probe unless allocation changed.
2018-10-16 terelius@webrtc.org Update proto for new event log format.
2018-10-16 nisse@webrtc.org Delete wrappers for snprintf and vsnprintf
2018-10-16 magjed@webrtc.org Use color aligning in video quality analysis tool
2018-10-16 peah@webrtc.org AEC3: Changes to initial behavior and handling of saturated echo
2018-10-16 mbonadei@webrtc.org Export symbols needed by the Chromium component build (part 3).
2018-10-16 srte@webrtc.org Using more specific dependencies in rtc_base.
2018-10-16 danilchap@webrtc.org Always verify packet wasn't resend recently before resending it.
2018-10-16 brandtr@webrtc.org Remove |hw_encoder| and |hw_decoder| from VideoCodecTestFixture::Config.
2018-10-16 nisse@webrtc.org Delete unused code in rtc_base/stringutils.*
2018-10-16 artit@webrtc.org Add generate_ios_coverage_command.py script
2018-10-16 srte@webrtc.org Removing unnecessary dependencies on socket.h.
2018-10-16 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0cecb6ce..f8cad916 (599821:599923)
2018-10-16 saza@webrtc.org Remove AECM comfort noise setting from API
2018-10-16 saza@webrtc.org Remove the HighPassFilter interface
2018-10-16 peterhanspers@webrtc.org Adding support for logging severity LS_NONE.
2018-10-16 nisse@webrtc.org Implement test class LoopbackMediaTransport
2018-10-16 asapersson@webrtc.org Add test that verifies that VideoEncoderConfig max_framerate is reported to source.
2018-10-16 srte@webrtc.org Removes Clock instance from RoundRobinPacketQueue.


Created with:
  gclient setdep -r src/third_party/webrtc@9b1d67982f26

The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll

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

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng

BUG=chromium:894434,chromium:895435,chromium:895431,chromium:None,chromium:844647,chromium:None
TBR=webrtc-chromium-sheriffs-robots@google.com

Change-Id: Ic49f27d148d1b629d7599b62fd91ba2a28e30935
Reviewed-on: https://chromium-review.googlesource.com/c/1284010Reviewed-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@{#600142}
parent c4ad2033
...@@ -1114,7 +1114,7 @@ deps = { ...@@ -1114,7 +1114,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '1927dfafabc06a7eced67d1d3fd60f2c0c88c152', Var('webrtc_git') + '/src.git' + '@' + '9b1d67982f2631af48e3da503af10bd9ef989bd1',
'src/third_party/xdg-utils': { 'src/third_party/xdg-utils': {
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d', 'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
......
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