From 2ff5b8347ae0e4f6b2b4275210902ca5a51f3133 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 2 Jun 2017 03:51:47 -0700 Subject: [PATCH] Roll chromium_revision 0538140988..017ba8c602 (476593:476612) Change log: https://chromium.googlesource.com/chromium/src/+log/0538140988..017ba8c602 Full diff: https://chromium.googlesource.com/chromium/src/+/0538140988..017ba8c602 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/fc762f58ff..051b450650 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0e24ce236e..ef31c7e7b8 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c4a5b7d9a3..942655f0d5 DEPS diff: https://chromium.googlesource.com/chromium/src/+/0538140988..017ba8c602/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2919013002 Cr-Commit-Position: refs/heads/master@{#18406} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index e804aa9b0c..4a90e5798a 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '05381409884cc4b9b1e15eeeff4dc624088b9ab3', + 'chromium_revision': '017ba8c602a378a6f508cf642ef81ed46eea5dbe', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,7 +33,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'fc762f58ff1a851350d7d9eeef247a031d3eb1e2', + Var('chromium_git') + '/chromium/src/base' + '@' + '051b450650b3fd966cd2e388c8a03c18501f1a2e', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'c186e9797561125ecaa2ae4550caf85845712434', 'src/buildtools': @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '431cc90bd7630d3791cb79663f83029f45f733dd', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c4a5b7d9a349f6136155a46d79e2dd6a39231f95', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '942655f0d52725f05886d9afcd4eecf4bb1092cf', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '0e24ce236e337b37aca6bb2a46dfabdabfef59ef', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'ef31c7e7b8daf58d59a01b15e4161412b35d32e8', }, 'unix': { 'src/third_party/lss':