From 57556f08d435526419950f1cca31f2dc5f206a2e Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 29 May 2017 12:09:09 -0700 Subject: [PATCH] Roll chromium_revision f52fbbbd7f..f03b5126e9 (475358:475368) Change log: https://chromium.googlesource.com/chromium/src/+log/f52fbbbd7f..f03b5126e9 Full diff: https://chromium.googlesource.com/chromium/src/+/f52fbbbd7f..f03b5126e9 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/01fa4ad4a7..062291d15d * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e29bf6fede..e8957f9172 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4629c62448..4088dfe93a DEPS diff: https://chromium.googlesource.com/chromium/src/+/f52fbbbd7f..f03b5126e9/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2909933002 Cr-Commit-Position: refs/heads/master@{#18310} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index a51047c796..2846fc62f1 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'f52fbbbd7fbbab148a29deae8d275e6f76b74557', + 'chromium_revision': 'f03b5126e924f11cca9e5cc2243d29d861fc52b8', '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' + '@' + '01fa4ad4a7c12be437197276652ad123a508a914', + Var('chromium_git') + '/chromium/src/base' + '@' + '062291d15d1e66f084e8af533ce72c989d1423ae', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '2548e2e4cf43d9afd40a71b86a269964fee7694d', 'src/buildtools': @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '800b3c5e8464dca0e0a3dd02de74bb50d73c0dd3', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4629c624487ff1fd6ed68f29f70ba6e864f441eb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4088dfe93ab96f649a04c047f0988defe13c6c71', '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' + '@' + 'e29bf6fede83144f110c7c78691a16ea083178ef', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'e8957f91729e2a850b09624224c047161f6aaf45', }, 'unix': { 'src/third_party/lss':