From e0aca5e32006ecd6a6f30bc14e65a087c221d5b4 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 1 Nov 2017 10:36:12 -0700 Subject: [PATCH] Roll chromium_revision 744cd87f40..da2e37af11 (513146:513169) Change log: https://chromium.googlesource.com/chromium/src/+log/744cd87f40..da2e37af11 Full diff: https://chromium.googlesource.com/chromium/src/+/744cd87f40..da2e37af11 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/b23000b99e..664e23d95d * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/7baca739b8..86359e278d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/95bbc97330..5d01fa2a2c DEPS diff: https://chromium.googlesource.com/chromium/src/+/744cd87f40..da2e37af11/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0afa6b0840cf93375efc21e539867a67dbca4406 Reviewed-on: https://webrtc-review.googlesource.com/18000 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#20539} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 34d62cf2f0..52b2e48b56 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': '744cd87f40416274e2fe0529fba83062b328e3b1', + 'chromium_revision': 'da2e37af119b3eee1e41e7b2fde79506a4ce19ac', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'b23000b99efa50bb77ce8685aefcdd638e576b1a', + Var('chromium_git') + '/chromium/src/testing' + '@' + '664e23d95dea803e54d373a35f627836b04ad8ab', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '7baca739b86d7fc277c5eb2f3c1828976fb936bb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '86359e278dd94045ce69cfb0507e4ef4483faf36', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5', 'condition': 'checkout_android', @@ -147,7 +147,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '95bbc973301e4d4139635ce8c2af9975e7abb0bf', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5d01fa2a2c11f2d0418bf5e599abdbbc484e60c2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':