From d3456cf8d3cee0d444f87a83ec038c5e85401948 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 4 Mar 2017 20:11:31 -0800 Subject: [PATCH] Roll chromium_revision 0832734083..59566e8814 (454785:454787) Change log: https://chromium.googlesource.com/chromium/src/+log/0832734083..59566e8814 Full diff: https://chromium.googlesource.com/chromium/src/+/0832734083..59566e8814 Changed dependencies: * src/third_party/libyuv: https://chromium.googlesource.com/libyuv/libyuv.git/+log/45b176d153..0741a3d704 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0832734083..59566e8814/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2731843002 Cr-Commit-Position: refs/heads/master@{#17040} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 4fdd425eed..a6653273a1 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '0832734083fedd1000e5e871071a78ff93b57a29', + 'chromium_revision': '59566e8814c222a1388cd0ed4992595f12ee8bbb', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -69,7 +69,7 @@ deps = { 'src/third_party/libvpx/source/libvpx': Var('chromium_git') + '/webm/libvpx.git' + '@' + '8121f85473b28183c93fdcef290ed6f74b0b52db', 'src/third_party/libyuv': - Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '45b176d153c61732d81b2df0109bd292e67d2b6b', + Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '0741a3d70400dc96e59726674b0acf3bca02d710', 'src/third_party/openh264/src': Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac', 'src/third_party/openmax_dl':