From 8b8c3d2e96109205fe8ea3bb496e7f033dd732e4 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Fri, 22 Dec 2017 07:45:19 -0800 Subject: [PATCH] Roll chromium_revision e93faff1da..7da3a94fab (525989:525996) Change log: https://chromium.googlesource.com/chromium/src/+log/e93faff1da..7da3a94fab Full diff: https://chromium.googlesource.com/chromium/src/+/e93faff1da..7da3a94fab Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/6d142e9170..8e923163dd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/c9027b32d8..d441d47c34 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/cd4fe4f70a..66af7b9d2e DEPS diff: https://chromium.googlesource.com/chromium/src/+/e93faff1da..7da3a94fab/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Icdb28bb9384287f6ea13589034555e397c5461a5 Reviewed-on: https://webrtc-review.googlesource.com/36047 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21433} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index cf551f4a21..641ac00f2e 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': 'e93faff1da7b32ad86b9402ae20289921d622d24', + 'chromium_revision': '7da3a94fab6ffc2f4865d5c00654a0addb4f86dc', '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' + '@' + '6d142e91709e40f0ea3b42e248f6463ae51bb36f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8e923163dd2388b953418843ff9be4b7177023ce', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c9027b32d835b62f2568b7f9b9c2dcf1a2f2b393', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd441d47c344069932fe425ed26a2d44768f4dbb5', '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' + '@' + 'cd4fe4f70a6017ef3ae2aa28e28214fd057d5881', + Var('chromium_git') + '/chromium/src/tools' + '@' + '66af7b9d2e1d607ed068ef91db8aab873c2b0b90', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':