From 69c67e02e2d991371d27cfd5e7622c05be6e054a Mon Sep 17 00:00:00 2001 From: Autoroller Date: Tue, 19 Dec 2017 01:45:25 -0800 Subject: [PATCH] Roll chromium_revision 5f24267fd8..2d16a62340 (524970:524984) Change log: https://chromium.googlesource.com/chromium/src/+log/5f24267fd8..2d16a62340 Full diff: https://chromium.googlesource.com/chromium/src/+/5f24267fd8..2d16a62340 Changed dependencies: * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/43710e38cf..702922a659 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/50e2ce2323..4a25563631 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e25098ff07..cd3b46acd0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5f24267fd8..2d16a62340/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0fd5a11ece371263c28301510c30b323797f592b Reviewed-on: https://webrtc-review.googlesource.com/34740 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21353} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index e53675a75a..a5a9c4a1f5 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': '5f24267fd8d5f82aaf258b8e5568dbf02639273b', + 'chromium_revision': '2d16a62340f3e7ccbe930a0516cec1970d701094', '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' + '@' + '43710e38cf64696d4151e37a2cb3b26f71e21cf0', + Var('chromium_git') + '/chromium/src/testing' + '@' + '702922a6594f31c50a792b0742da84d36fbc1d19', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '50e2ce23230db4c73d6fcdf703d7641f4ba36888', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4a25563631818b477b21b89c44594e87807bbdbb', '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' + '@' + 'e25098ff075f05d7406a467c5ec5f1ac79d60604', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'cd3b46acd013f78488575a3c4b08d7453922c6ee', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':