From 754b008ef2acee8b32e1f45c6b99f61ceaf4fc52 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 1 Jun 2017 15:45:23 -0700 Subject: [PATCH] Roll chromium_revision 1cd2c85e63..a58bf8c922 (476371:476450) Change log: https://chromium.googlesource.com/chromium/src/+log/1cd2c85e63..a58bf8c922 Full diff: https://chromium.googlesource.com/chromium/src/+/1cd2c85e63..a58bf8c922 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/1c3e738fed..fc762f58ff * src/build: https://chromium.googlesource.com/chromium/src/build/+log/46f1b077bc..a055d2ec5f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/4af423c9fd..933e6b6e8f * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/429b2c128d..40738457d7 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/114b2d6ceb..a4f35007d4 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/29c90df953..f6ea3d8182 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1cd2c85e63..a58bf8c922/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2916213002 Cr-Commit-Position: refs/heads/master@{#18394} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 549c38f7e3..c955eee70d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '1cd2c85e634da2d19943d5615c7ab260286b5b0b', + 'chromium_revision': 'a58bf8c9220bff80d68a92f3d6b3f53fb76c4173', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -33,15 +33,15 @@ 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' + '@' + '1c3e738fede74a82448f43048b2058d206b6f7ea', + Var('chromium_git') + '/chromium/src/base' + '@' + 'fc762f58ff1a851350d7d9eeef247a031d3eb1e2', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '46f1b077bc9614ab2bf4bd24d0ed5e0d848cb01a', + Var('chromium_git') + '/chromium/src/build' + '@' + 'a055d2ec5f779067cf53e0e6c4b3687a43d83d24', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '104574186c17cd4701857454feba8872e52a7d82', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '429b2c128d6f5ee2d73a4a291870bd20302efad3', + Var('chromium_git') + '/chromium/src/testing' + '@' + '40738457d7a8729c74622d75a6294bee085d9b4e', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '114b2d6ceb463cdc3d0de199de27288db628081c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4f35007d4d03c080e9c4ef971aec5b60f98cd4d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '29c90df95315fc83ffc31b2157db48ea497f3843', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f6ea3d8182b7ce610aa26443419182f97b46620a', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '4af423c9fd4e22b29d759813bdea7112379976a0', + Var('chromium_git') + '/chromium/src/ios' + '@' + '933e6b6e8f2ec1159f5be714b7f0f929855dcbda', }, 'unix': { 'src/third_party/lss':