From 0fdb317b679e5bae9120e7db2d9339f0602e4f6c Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 11 Mar 2018 17:44:47 -0700 Subject: [PATCH] Roll chromium_revision abe34c4ead..533a782979 (542307:542411) Change log: https://chromium.googlesource.com/chromium/src/+log/abe34c4ead..533a782979 Full diff: https://chromium.googlesource.com/chromium/src/+/abe34c4ead..533a782979 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/e3ff882773..e5f262681d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/120169c8d4..b6292e246e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bd89bbe67d..0f2a7d944e * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/21ff400bb4..1537dcedd2 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9ad2626dd0..eecd4a7bcb DEPS diff: https://chromium.googlesource.com/chromium/src/+/abe34c4ead..533a782979/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I1a751805668ca162a0cce5bc4be3fad0cda7a1dc Reviewed-on: https://webrtc-review.googlesource.com/61249 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#22379} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index bc5cd78017..563f32f767 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': 'abe34c4ead0a1f4a89bcb873554d6f071781808c', + 'chromium_revision': '533a7829796d765942b2e66e2ee736140141f05c', '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': '21ff400bb4884e9a601168e7fa08559a76e06a75', + 'catapult_revision': '1537dcedd27df5c4b962352e7c8d9dbbf9d26a42', # 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' + '@' + 'e3ff882773b3033625afaf492f73dd22e6a69b99', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e5f262681d69b62dbe1c28547efe4f2715f40523', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '8e843a96fa31020bc97485f401977176324a3432', 'src/buildtools': @@ -54,9 +54,9 @@ deps = { 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '120169c8d460fc83bebb03c6cd9ef5ce2a8f3009', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'b6292e246e5966d511b648625f3b4a9722822d58', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bd89bbe67d95817a72ed3091c053617dffd4ee6c', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f2a7d944e0cf440a1cf431d21bcd211dd0610a3', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '635bc380968a76f6948fee65f80a0b28db53ae81', 'condition': 'checkout_android', @@ -159,7 +159,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' + '@' + '9ad2626dd075d0f8463b6a77074d52d2276e9355', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'eecd4a7bcb8f19c7f266403eb3aadd04d3054e92', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':