From fbf5a3baa1745d9b18ba11a6045cffb90e0aecdf Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 4 Dec 2017 04:46:24 -0800 Subject: [PATCH] Roll chromium_revision 345379834d..0eb1e0ff9e (521316:521321) Change log: https://chromium.googlesource.com/chromium/src/+log/345379834d..0eb1e0ff9e Full diff: https://chromium.googlesource.com/chromium/src/+/345379834d..0eb1e0ff9e Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/839b141889..2c4cd7cb45 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b31fbbf43f..19afa20b3f DEPS diff: https://chromium.googlesource.com/chromium/src/+/345379834d..0eb1e0ff9e/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I6819044040fcdb63251ca2a7c490852acbe518b2 Reviewed-on: https://webrtc-review.googlesource.com/29080 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21033} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 1d30e3bb2e..5ba0b9850a 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': '345379834d2b99dfd3885657f7c1b2edc56b69ca', + 'chromium_revision': '0eb1e0ff9e0fec3bbbf59c8fef1c98e058bb5540', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '839b141889b298d2ef1586cc06dc76863c4ab27a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2c4cd7cb45d67cf3542de43a8930b410ea4d7941', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '66be7f3bde05fba99b33c5d4edf2cf7ce74db3eb', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b31fbbf43f14b303ae4896fcdebc3df14098634b', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '19afa20b3f2e9a5a13f2b88632f4cda555294115', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android',