From c36c8fe10b2dc2ba345c7e63deeb49bbd763fc19 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 18 Nov 2017 15:45:16 -0800 Subject: [PATCH] Roll chromium_revision 705aca01e5..b1eb939d79 (517723:517724) Change log: https://chromium.googlesource.com/chromium/src/+log/705aca01e5..b1eb939d79 Full diff: https://chromium.googlesource.com/chromium/src/+/705aca01e5..b1eb939d79 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ed470880e0..ab7c64f6dc DEPS diff: https://chromium.googlesource.com/chromium/src/+/705aca01e5..b1eb939d79/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: If75a8e72d9e3eea0a72de8f3ceb886049bce878a Reviewed-on: https://webrtc-review.googlesource.com/24320 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20759} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 5e2e2428d8..518faddabb 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': '705aca01e5d37a1f006bb1f9f1220b286f1e8b37', + 'chromium_revision': 'b1eb939d79d6d1184b614d5d6a1b8b0658cc9807', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -50,7 +50,7 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ed470880e0353d12f0aaba49d542028f88e11a9a', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'ab7c64f6dcc2425bfd97c7024007fd88fb5c6b77', 'condition': 'checkout_ios', }, 'src/testing':