Skip to content

Commit

Permalink
Roll WebRTC 15882:15894 (5 commits)
Browse files Browse the repository at this point in the history
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b554cd6..9ce24c7

$ git log b554cd6..9ce24c7 --date=short --no-merges --format=%ad %ae %s
2017-01-03 kjellander@webrtc.org Add rtc_enable_external_auth variable for setting ENABLE_EXTERNAL_AUTH
2017-01-03 deadbeef@webrtc.org Relax parsing of a=bundle-only with a nonzero port.
2017-01-03 zhihuang@webrtc.org Create the DtlsTransportInternal
2017-01-03 philipel@webrtc.org PacketBuffer now correctly cast sequence numbers to uint16_t.
2017-01-03 peah@webrtc.org Reland of Added first layer of the echo canceller 3 functionality.

TBR=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng
BUG=

Review-Url: https://codereview.chromium.org/2617463002
Cr-Commit-Position: refs/heads/master@{#441343}
  • Loading branch information
perkj authored and Commit bot committed Jan 4, 2017
1 parent ce8e6c0 commit 26e8353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ deps = {
Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',

'src/third_party/webrtc':
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'b554cd674f91f0a060236ff662b1fef28ec1f93f', # commit position 15882
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '9ce24c7963d329a9222f2e093f9b4ab2ea77d469', # commit position 15894

'src/third_party/openmax_dl':
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Expand Down

0 comments on commit 26e8353

Please sign in to comment.