From e549ac20ae8c3fb4e73c5e7a75d915daa257dfa9 Mon Sep 17 00:00:00 2001 From: Autoroller Date: Wed, 13 Dec 2017 23:45:07 -0800 Subject: [PATCH] Roll chromium_revision b9df819cfc..7a024b0d37 (524010:524019) Change log: https://chromium.googlesource.com/chromium/src/+log/b9df819cfc..7a024b0d37 Full diff: https://chromium.googlesource.com/chromium/src/+/b9df819cfc..7a024b0d37 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ab797d0ac8..2af208a289 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/ad63b40b18..e33bb58c92 DEPS diff: https://chromium.googlesource.com/chromium/src/+/b9df819cfc..7a024b0d37/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I9bbb51582b23958b0c8406ebc3e7094cdebc92d8 Reviewed-on: https://webrtc-review.googlesource.com/32962 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21266} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index b36ac7a13f..b2d6b5fe5b 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': 'b9df819cfcdcbf89beb0b20e79686285b9603880', + 'chromium_revision': '7a024b0d37fcfc9e1411718f3bd0f3e9cb0e5442', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -56,7 +56,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '3739179d1f9da0e78c232042395f18c320f2bcc4', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ab797d0ac880c92e291b9ef1a0c04827c2e99133', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '2af208a289b66f9007c326b5b1aa0ab03af6825d', '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' + '@' + 'ad63b40b18ff7e3937fa0c46630ec016bf0a1f16', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e33bb58c92d631f46a6dea7ede3e06a50095aa14', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':