From 08cfc842787ce11a7a82a0adba51fcdfd994cf1c Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 14 Jun 2017 21:12:20 -0700 Subject: [PATCH] Roll chromium_revision e7ba6263e5..c4920d627d (479563:479593) Change log: https://chromium.googlesource.com/chromium/src/+log/e7ba6263e5..c4920d627d Full diff: https://chromium.googlesource.com/chromium/src/+/e7ba6263e5..c4920d627d Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/6888c3a12f..3ab6155577 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b635b7d0bd..7fcb49efdc * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b63b1205f3..c6002e6240 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/0e051e864b..85ec479bb3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e7ba6263e5..c4920d627d/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2942823002 Cr-Commit-Position: refs/heads/master@{#18603} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 47b655d9d4..62426ecc0c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e7ba6263e5d7023a12ecf38dfa5b848ece9bda92', + 'chromium_revision': 'c4920d627d7f5db149d76d04950ec4d22929d586', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + 'ba13298ff1051f6c8343bd076b6787f9fe212d51', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '6888c3a12f51efef69663c2ab17c3269ba2577a1', + Var('chromium_git') + '/chromium/src/build' + '@' + '3ab615557779909e35829c7a33860815aa423d34', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b53a03df323e7fa7dafd892adbe70bf9f3cc97f7', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b635b7d0bd19d551aa34b86f82ffe9748189a177', + Var('chromium_git') + '/chromium/src/testing' + '@' + '7fcb49efdc39afbb0d0418eb9895cbcce605aee7', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b63b1205f3511cd36fa5e7c44563a037eb259dfc', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c6002e62407b102f8cbbfa675b8e9db3aea8c7d6', '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' + '@' + '0e051e864b88ec2371fea8d36a1b6e189d1d19c6', + Var('chromium_git') + '/chromium/src/tools' + '@' + '85ec479bb3c36cbf51ccfc0c47a53a0b3123d39e', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':