From 4d5b68e7bde264a5d164d94465f3818971fa6153 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 8 Dec 2017 06:58:27 -0800 Subject: [PATCH] Roll chromium_revision 06a3347998..621552a8aa (522774:522779) Change log: https://chromium.googlesource.com/chromium/src/+log/06a3347998..621552a8aa Full diff: https://chromium.googlesource.com/chromium/src/+/06a3347998..621552a8aa Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b860fb813b..4b49fd108b * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/16753e0633..3572e89d92 DEPS diff: https://chromium.googlesource.com/chromium/src/+/06a3347998..621552a8aa/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I3adc8afebb9a3edd996ff2df9d71280b2b8d75c9 Reviewed-on: https://webrtc-review.googlesource.com/31500 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21166} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 27a04a7356..64572ea21c 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '06a334799815e68ff66ad09e40175d01e2955310', + 'chromium_revision': '621552a8aaebc715ab0b0b524e103ca7edc1ac11', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,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': '16753e0633fca8b91425bbf071447ec884228167', + 'catapult_revision': '3572e89d92c2ce8d58ab62ad7fde5e2f628c1475', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '59775c363c8143f5fa5c0e4a2c7f0cdc49e80f05', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b860fb813b6657ffb7aee107a0b8b9bdf1bab95d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4b49fd108bf349512266721af57d7e1e7aa73412', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',