From 5db765792ea6884b767588d25a0d7fea93fa8ca6 Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 2 Aug 2017 12:50:25 -0700 Subject: [PATCH] Roll chromium_revision bac0f1afc8..2f85dee9d1 (491386:491455) Change log: https://chromium.googlesource.com/chromium/src/+log/bac0f1afc8..2f85dee9d1 Full diff: https://chromium.googlesource.com/chromium/src/+/bac0f1afc8..2f85dee9d1 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d0b6b16d42..064189b42b * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c15e74686d..5b394253d7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/71d12fef6d..8f3eba9aad * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d99010fe32..e624d38895 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0327c967ed..65e2bf2345 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ed59da6f50..d6c874fcd0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/bac0f1afc8..2f85dee9d1/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2992173003 Cr-Commit-Position: refs/heads/master@{#19222} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 69de5ca98a..0877ac1b16 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'bac0f1afc84595936d4fdf3e1061c357a174b673', + 'chromium_revision': '2f85dee9d1901bfb7b9bec04fb5766944cf2085b', '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': '0327c967ed7f2960c26f33ef34ba3f95b6d69da7', + 'catapult_revision': '65e2bf234545de3acd7f8f1bbda4f0e9094e46f4', # 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' + '@' + 'd0b6b16d4261b23cd87b1fa87db99da38db3c284', + Var('chromium_git') + '/chromium/src/base' + '@' + '064189b42b185a58e41dbae77c9b0301ed58126c', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'c15e74686d6c0f15069159c1008514253dd38abd', + Var('chromium_git') + '/chromium/src/build' + '@' + '5b394253d728bc59537799b634dbc58fd8367f25', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '275b8c481615a168464800fc925364aa1a432d37', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '02c1795d73bc4895e8049550550270c2f735d31c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd99010fe3205eb3581626124f34f7777b16978d1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e624d38895ed51e26813611fddb51785acff5018', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,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' + '@' + 'ed59da6f508faaca5ca11fcf2caafaf7666091d0', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'd6c874fcd01786e265189d2c83f23651258a21ed', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '71d12fef6db3a5f688434299e16987463baa9b3f', + Var('chromium_git') + '/chromium/src/ios' + '@' + '8f3eba9aad287ebe99449f27a9375f833239252f', }, 'unix': { 'src/third_party/lss':