From d2776cd9684af36def99bd6882ffee52ccc8a403 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 31 Oct 2017 22:55:02 -0700 Subject: [PATCH] Roll chromium_revision a7ad25afb0..a7743377bf (513074:513086) Change log: https://chromium.googlesource.com/chromium/src/+log/a7ad25afb0..a7743377bf Full diff: https://chromium.googlesource.com/chromium/src/+/a7ad25afb0..a7743377bf Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/0f563d2bcc..39d5551d78 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5d790d53ea..70dea4270e DEPS diff: https://chromium.googlesource.com/chromium/src/+/a7ad25afb0..a7743377bf/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0e708dfdead112895fd50ecfadcbaabf22be7325 Reviewed-on: https://webrtc-review.googlesource.com/17760 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20516} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 36d7935495..0604586171 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': 'a7ad25afb00d85f5c707cb082a64b304b8ae3ee0', + 'chromium_revision': 'a7743377bf30b1d1fde2c7bfebc8d42c0bfc9638', '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' + '@' + '0f563d2bcc10392ad42de22d016736a64c50f58c', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '39d5551d78119e857e8ca53989c8473bbcbc400b', 'condition': 'checkout_ios', }, 'src/testing': @@ -72,7 +72,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '5d790d53ea6ec3c761415a1154de11756b87c37a', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '70dea4270ec17be5af9f04492d3ba15f58df4501', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '16b8b7298b183312a2fcac99fb1b594ccf7749d0', 'condition': 'checkout_android',