Commit 818ed23c authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc e11b7d2e8087..45af00f33bfc (12 commits)

https://webrtc.googlesource.com/src.git/+log/e11b7d2e8087..45af00f33bfc


git log e11b7d2e8087..45af00f33bfc --date=short --no-merges --format='%ad %ae %s'
2019-02-22 ssilkin@webrtc.org Revert "Adds resource path support for video files in scenario tests."
2019-02-22 kwiberg@webrtc.org Use `final` so that the compiler will be able to inline calls
2019-02-21 kwiberg@webrtc.org Add thread safety annotations for PeerConnection::configuration_
2019-02-21 srte@webrtc.org Adds resource path support for video files in scenario tests.
2019-02-21 andersc@webrtc.org Make sure RTC_SUPPORTS_METAL is set in AppRTCMobile.
2019-02-21 devicentepena@webrtc.org CreateAudioProcessor: do not propagate an unset echo control factory to the AudioProcessing instance
2019-02-21 peterhanspers@webrtc.org Adding entry point for the v2 stats API.
2019-02-21 hta@webrtc.org DtlsTransport::ice_transport is const and can be called off thread
2019-02-21 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 94ca2b10..f39a1b89 (634089:634190)
2019-02-21 kron@webrtc.org Reland "Extend TransportSequenceNumber RTP header extension"
2019-02-21 jakobi@webrtc.org Refactor DelayManager into separate Histogram class and make it injectable for testing purposes.
2019-02-21 danilchap@webrtc.org Migrate stdlib task queue to TaskQueueBase interface


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

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

Change-Id: I4fdff3902d583c16e383b3db12a450f4407fad39
Reviewed-on: https://chromium-review.googlesource.com/c/1482618Reviewed-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@{#634616}
parent ab6e5fbe
...@@ -1276,7 +1276,7 @@ deps = { ...@@ -1276,7 +1276,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a0f51b2e123f39c9ff12e621b0b47dd28dd64424', Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a0f51b2e123f39c9ff12e621b0b47dd28dd64424',
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'e11b7d2e8087262bc29d41ae3782ed94824cbe3f', Var('webrtc_git') + '/src.git' + '@' + '45af00f33bfc2b4f3784510d0562c19ac9d358a7',
'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