From dc822f8a420385498cb76badd54500edc98c84da Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sat, 9 Dec 2017 16:45:49 -0800 Subject: [PATCH] Roll chromium_revision 1d45070d36..9493890239 (523013:523015) Change log: https://chromium.googlesource.com/chromium/src/+log/1d45070d36..9493890239 Full diff: https://chromium.googlesource.com/chromium/src/+/1d45070d36..9493890239 Changed dependencies: * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/af8bc6e825..f8a76e3c57 DEPS diff: https://chromium.googlesource.com/chromium/src/+/1d45070d36..9493890239/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I6225f0791112d5baae22238afb2525845360de2f Reviewed-on: https://webrtc-review.googlesource.com/31708 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21185} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index c2a8cf928f..4649255fae 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': '1d45070d3678ed2cebe505f71801a7761caf9110', + 'chromium_revision': '949389023990f7e849003ef31787e5fac729cd92', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + 'af8bc6e825708aa00cbbc070e908c71032463952', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f8a76e3c57e6aad80411d8cbc112aecc8c6f64c3', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':