From b7e150ed451e3ade7edbe221209979ae18b98cd9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 15 Dec 2017 13:45:16 -0800 Subject: [PATCH] Roll chromium_revision a86dd4771f..8ecd3fb099 (524453:524471) Change log: https://chromium.googlesource.com/chromium/src/+log/a86dd4771f..8ecd3fb099 Full diff: https://chromium.googlesource.com/chromium/src/+/a86dd4771f..8ecd3fb099 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d250c44dd8..f04bbf3ce8 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/846f7660e7..f2d71764a1 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/eec46aa448..fdb21a9f87 DEPS diff: https://chromium.googlesource.com/chromium/src/+/a86dd4771f..8ecd3fb099/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I84f16277885f8d7e53c265644d4e17431c4ef096 Reviewed-on: https://webrtc-review.googlesource.com/33720 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21311} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index dc2a9568c9..aaf06e434e 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': 'a86dd4771ff0639b4ab8c1a2ae70b80e2ff72c19', + 'chromium_revision': '8ecd3fb09902627acfd56aa41243d395604bc4b4', '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': '846f7660e7d5004afac6052a9d7905695bc1edb7', + 'catapult_revision': 'f2d71764a1ecfe50ddbaef85835e1a1fdb45345e', # 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' + '@' + 'f52c793e43ece1c0e3d22b8d4f1f901b92f4218d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd250c44dd8fc75196d1cca3246afd0d7025b278d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f04bbf3ce8bc5e47b5cf18d922ae026e4050c893', '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' + '@' + 'eec46aa44818029b29936a1f367c3011d8d3e4af', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fdb21a9f87216cfcb3e20888971a7c3237a8f286', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':