From 0cf5c7775f1649a480a614b8e3aff4c52418caca Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 1 Dec 2017 19:46:34 -0800 Subject: [PATCH] Roll chromium_revision dd94d92eab..f98654bbf8 (521186:521192) Change log: https://chromium.googlesource.com/chromium/src/+log/dd94d92eab..f98654bbf8 Full diff: https://chromium.googlesource.com/chromium/src/+/dd94d92eab..f98654bbf8 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/c14e2ccbda..1ab71c9b5d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/205bc6e7de..441591ef29 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c8947ecc49..c796cbc3a6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/dd94d92eab..f98654bbf8/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I1c6c8dd93cbfd955245adf24f04e69e8805ae2b7 Reviewed-on: https://webrtc-review.googlesource.com/28460 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20993} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 639ae54af8..c7c80c29cd 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': 'dd94d92eab863ebd845e8fd7c06fe06346f617f1', + 'chromium_revision': 'f98654bbf86a0d88a72ed9a6fcef80931fd5e977', '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': 'c8947ecc4964bf055ddab8598981f7c83c546f7d', + 'catapult_revision': 'c796cbc3a6e6c45f95d9dd7bf8769f7407719dcf', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,7 +38,7 @@ 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' + '@' + 'c14e2ccbdaa3bc3810afc1158979dda68d1596ec', + Var('chromium_git') + '/chromium/src/base' + '@' + '1ab71c9b5d990a3ad518123414b3a46e3ace8415', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '19d97ed4aef6ce4941a10fee2b933c867ea08e6f', 'src/buildtools': @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'c654cb811b454b9f035e7bcc6056c4aed8bac557', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '205bc6e7deacb51ae7443307164b05dd7a4b7160', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '441591ef29a69745dcba0cca447e9ebcae3cee16', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',