From 926ce564ed3bc677802ae4e51682b3efd7e25522 Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 12 May 2017 00:14:00 -0700 Subject: [PATCH] Roll chromium_revision edef2a4e69..e99f3c9e7b (471212:471238) Change log: https://chromium.googlesource.com/chromium/src/+log/edef2a4e69..e99f3c9e7b Full diff: https://chromium.googlesource.com/chromium/src/+/edef2a4e69..e99f3c9e7b Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/424d963ae1..9b0ea80493 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/5bdf16f464..27726bb611 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/1ff6ffc1f6..20ef1025ef DEPS diff: https://chromium.googlesource.com/chromium/src/+/edef2a4e69..e99f3c9e7b/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2879803003 Cr-Commit-Position: refs/heads/master@{#18115} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 0e509f106a..521d153938 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'edef2a4e69984700e09359b2f3e7234363a16d2c', + 'chromium_revision': 'e99f3c9e7bc79b484bf6d475a1185f9615b0b6a3', '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': '1ff6ffc1f618848b6a3755daad304ad5839cf182', + 'catapult_revision': '20ef1025ef0ed71449dfa613c530861750aacafd', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -40,9 +40,9 @@ deps = { 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '424d963ae103d5c6f7845b38e7c41b85e39cd39e', + Var('chromium_git') + '/chromium/src/testing' + '@' + '9b0ea804936136fd771ef486114759cd5fdfbd0f', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '5bdf16f464686ee6e79f4162da0f35de4f60e578', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '27726bb611111f31c6893c1a6af61a48175a8ca2', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':