Commit 185d120c authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc 1ee9160a2e0b..156d11ddd939 (26 commits)

https://webrtc.googlesource.com/src.git/+log/1ee9160a2e0b..156d11ddd939


git log 1ee9160a2e0b..156d11ddd939 --date=short --no-merges --format='%ad %ae %s'
2018-09-29 srte@webrtc.org Adds packet_size to rtc::SentPacket in testing code.
2018-09-29 buildbot@webrtc.org Roll chromium_revision d54862fc..11cc0baf (595183:595285)
2018-09-28 buildbot@webrtc.org Roll chromium_revision a20c193c..d54862fc (595072:595183)
2018-09-28 steveanton@webrtc.org Throw exception if MediaStreamTrack is constructed with a null native track.
2018-09-28 buildbot@webrtc.org Roll chromium_revision f63f90fb..a20c193c (594935:595072)
2018-09-28 phensman@webrtc.org Reland "Add option to call VMAF in compare_videos.py."
2018-09-28 saza@webrtc.org Revert "Remove APM-internal usage of EchoControlMobile"
2018-09-28 sakal@webrtc.org Throw IllegalStateException if native objects are used after dispose.
2018-09-28 oprypin@webrtc.org Autoroller: switch back to old-style "=" tags for TBR to work
2018-09-28 saza@webrtc.org Use low cut filtering whenever NS or AEC are enabled
2018-09-28 mbonadei@webrtc.org Enforce LGTM from owners of depends-on paths in DEPS via presubmit.
2018-09-28 srte@webrtc.org Adds simulated time scenario client.
2018-09-28 nisse@webrtc.org Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1
2018-09-28 saza@webrtc.org Remove APM-internal usage of EchoControlMobile
2018-09-28 phoglund@webrtc.org Whitespace change 2 to kick bots.
2018-09-28 mbonadei@webrtc.org Remove backwards compatible macro RTC_EXPORT from sdk/.
2018-09-28 phoglund@webrtc.org Whitespace change to kick bots.
2018-09-28 nisse@webrtc.org Delete unused HTTP server code
2018-09-28 sakal@webrtc.org Revert "Add option to call VMAF in compare_videos.py."
2018-09-28 nisse@webrtc.org Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."
2018-09-28 kron@webrtc.org Parse two-byte header extensions.
2018-09-28 henrika@webrtc.org Improves threading model in AudioDeviceTest.
2018-09-28 crodbro@webrtc.org Move network trace calculation from analyzer to rtc_event_log_parser.
2018-09-28 mbonadei@webrtc.org Remove deprecated field_trial_default and metrics_default.
2018-09-28 peah@webrtc.org AEC3: Remove killswitches in AecState
2018-09-28 phensman@webrtc.org Add option to call VMAF in compare_videos.py.


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

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:None,chromium:None,chromium:888417,chromium:877018,chromium:877018,chromium:b/116768521
TBR=webrtc-chromium-sheriffs-robots@google.com

Change-Id: I6c08ca97517d14263adc6de3b649334aa9a895a1
Reviewed-on: https://chromium-review.googlesource.com/1253438Reviewed-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@{#595401}
parent 50d4606c
......@@ -1106,7 +1106,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '6d2f3f4cb8bac1f7c4a945c73d07a33df74f22f9',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '1ee9160a2e0bc6381caca2b8c42f7ce5507619bc',
Var('webrtc_git') + '/src.git' + '@' + '156d11ddd93902a7bbbfe8f5ce04d9bc17b8da57',
'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