Commit 1340b54c authored by webrtc-chromium-autoroll's avatar webrtc-chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc d7027dc081cb..b33290d08211 (6 commits)

https://webrtc.googlesource.com/src.git/+log/d7027dc081cb..b33290d08211


git log d7027dc081cb..b33290d08211 --date=short --no-merges --format='%ad %ae %s'
2018-09-10 sakal@webrtc.org Return null from PCFactory#createPeerConnection on failure.
2018-09-07 steveanton@webrtc.org Use C++11 style for loop in webrtcsdp.cc
2018-09-07 danilchap@webrtc.org Cleanup RtpPacketizerVp9
2018-09-07 mbonadei@webrtc.org Fix no_exit_time_destructors in ortc.
2018-09-07 hta@webrtc.org Add "tones remaining" argument to DTMF ontonechange callback
2018-09-07 danilchap@webrtc.org Make RtcpTransceiver destructor non-blocking


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

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
TBR=webrtc-chromium-sheriffs-robots@google.com

Change-Id: I529a29d35257c955f4fe00fce7d48f522dfa1b75
Reviewed-on: https://chromium-review.googlesource.com/1214723Reviewed-by: default avatarwebrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#589882}
parent 77624f00
......@@ -1098,7 +1098,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '7ca87fb1d3da3b3d2060886e8c58e726d74c8219',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'd7027dc081cb96791b51524210aa249eb301c056',
Var('webrtc_git') + '/src.git' + '@' + 'b33290d082112bb2d58ce5fc045868049d4a9774',
'src/third_party/xdg-utils': {
'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