From 23ab8099c9eb322f80fa774712fe39d0bf3b79f0 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 20 Dec 2017 22:46:43 -0800 Subject: [PATCH] Roll chromium_revision 9095c93718..080b22b419 (525625:525632) Change log: https://chromium.googlesource.com/chromium/src/+log/9095c93718..080b22b419 Full diff: https://chromium.googlesource.com/chromium/src/+/9095c93718..080b22b419 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c17b353c76..4bfc29dee9 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/928fc9d377..a0b20a4892 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/54beedde37..753234bdb4 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9095c93718..080b22b419/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I1a4f866613b76b498169c821496d8100cb99ffbd Reviewed-on: https://webrtc-review.googlesource.com/35622 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21406} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 371a66cc1d..4597176d86 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': '9095c93718c77f437ed7be13ebf05068db8031fd', + 'chromium_revision': '080b22b4192d83776e75d9217c4ffcf4789276f2', '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': '928fc9d37730186db0551c401314f41db4111806', + 'catapult_revision': 'a0b20a4892e20dcd620ac6f821411fa62ee3994b', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'f514237b8073309d8886e8ac0c82a5e27b64fa9d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c17b353c7696a9835486405da46d83763be475d9', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4bfc29dee9e21b66c9e52bb38d7c50b3f1ab70de', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -155,7 +155,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' + '@' + '54beedde37b86894d5584e2e1b2af7e94c021991', + Var('chromium_git') + '/chromium/src/tools' + '@' + '753234bdb464bc486d2f12ac8422d8d96dea9ffd', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':