From 0712276a555ff5116708d02f95bf4977c94922d7 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 12 May 2017 03:23:12 -0700 Subject: [PATCH] Roll chromium_revision e99f3c9e7b..2cc4ba79f5 (471238:471261) Change log: https://chromium.googlesource.com/chromium/src/+log/e99f3c9e7b..2cc4ba79f5 Full diff: https://chromium.googlesource.com/chromium/src/+/e99f3c9e7b..2cc4ba79f5 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/00764a82f6..72b1648235 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/9b0ea80493..3878259ef4 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/27726bb611..a23303e7ec * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/20ef1025ef..2cbeef5c42 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e99f3c9e7b..2cc4ba79f5/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2882643002 Cr-Commit-Position: refs/heads/master@{#18121} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 521d153938..36ce4ec65e 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'e99f3c9e7bc79b484bf6d475a1185f9615b0b6a3', + 'chromium_revision': '2cc4ba79f53e6d0073d51343cbbbc4f1f5739952', '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': '20ef1025ef0ed71449dfa613c530861750aacafd', + 'catapult_revision': '2cbeef5c42f565dfe0dfb19f77e9134ebdd8944a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -36,13 +36,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '68b479447548799de14bc7312365061b911bc9aa', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '00764a82f63ad8f5bade586e39ef5f9a324b0c42', + Var('chromium_git') + '/chromium/src/build' + '@' + '72b1648235499a7c820b031313085688f709b92f', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '9b0ea804936136fd771ef486114759cd5fdfbd0f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '3878259ef428756f902f7e1fa0e5d093b1f4e91d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '27726bb611111f31c6893c1a6af61a48175a8ca2', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a23303e7ec7c185dba756682ff540e7555ff80db', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':