From 801696c408ffe4413ecd452f18c14df19edb6b5a Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 23 Jun 2017 15:21:25 -0700 Subject: [PATCH] Roll chromium_revision c21465ddb5..34f37e1bbd (481975:482039) Change log: https://chromium.googlesource.com/chromium/src/+log/c21465ddb5..34f37e1bbd Full diff: https://chromium.googlesource.com/chromium/src/+/c21465ddb5..34f37e1bbd Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/777ea0d992..cc78e32900 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/829db70159..cc3371e067 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ed2a0799b3..d6698dd9e2 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/3b4f312b52..2f5ffd05e0 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/76c261c58c..9a76b69536 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/8d57d4e498..3d3b6d368d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a92c768461..675cb3b898 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c21465ddb5..34f37e1bbd/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2960503002 Cr-Commit-Position: refs/heads/master@{#18735} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index de22f4e35c..4c610afff7 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'c21465ddb50486fe00ab06b35f55afd587a4e66d', + 'chromium_revision': '34f37e1bbdef96c69fb2209c6a957c8b9beb8bd3', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '8d57d4e4986bf9984793ef25c0a68db7fb1c752a', + 'catapult_revision': '3d3b6d368d4aea08015591e995ac3d50c7ea77f4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -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' + '@' + '777ea0d9924a9c94b4328af0f0571b29eb59d0ec', + Var('chromium_git') + '/chromium/src/base' + '@' + 'cc78e329007423e8775b5b9954224fb6229f0d54', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '829db70159e5b5ddfacd09ece8e5ad518fc1ca0e', + Var('chromium_git') + '/chromium/src/build' + '@' + 'cc3371e0677dd5169781c6d70f63e973cd997655', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2c94452e05e8702c3ae65a9', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3b4f312b5284db647e90f9bbe13848020eeff54f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2f5ffd05e0fa43c43117abc36eb713e86105f042', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '76c261c58c917a3f9a88fd759906d9e79757ba39', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '9a76b695367e13181c42050baecc14e206bb08de', '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' + '@' + 'a92c768461f4215649368741d61b4c141e397282', + Var('chromium_git') + '/chromium/src/tools' + '@' + '675cb3b8985d458fba797d59b3893643979e2b4b', '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' + '@' + 'ed2a0799b3c4d15b168dda0d95f82d78407753ec', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'd6698dd9e23e3d60ddedbfe159bdf360a87e3faf', }, 'unix': { 'src/third_party/lss':