From 2cb3ed417241cf1b9c7119be9ac81b2a3b95565b Mon Sep 17 00:00:00 2001 From: Autoroller Date: Sun, 3 Dec 2017 22:46:28 -0800 Subject: [PATCH] Roll chromium_revision 5e5a854509..de6781cecd (521275:521279) Change log: https://chromium.googlesource.com/chromium/src/+log/5e5a854509..de6781cecd Full diff: https://chromium.googlesource.com/chromium/src/+/5e5a854509..de6781cecd Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cb9297c12d..dd0cb27e4b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/92ae1d1734..9afc15c35a DEPS diff: https://chromium.googlesource.com/chromium/src/+/5e5a854509..de6781cecd/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I121538439ae338ead0aeec68b0d77d1699de8ca2 Reviewed-on: https://webrtc-review.googlesource.com/28880 Commit-Queue: WebRTC Buildbot Reviewed-by: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#21023} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a1ab191fc1..3802ca7303 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': '5e5a854509dcb174f3dc95fa1be60c63179df309', + 'chromium_revision': 'de6781cecdd5c31629bff92dd2874dae67025481', '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' + '@' + '0d9836ca3235c55b15f3fef2bed759c5f5074f07', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'cb9297c12daa8bb7b82781467f3cbdf47e43341a', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd0cb27e4bfec0a0ca4fffc54e53a9102959854d', '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' + '@' + '92ae1d17346a62820dc1289691f0d7cbb981d171', + Var('chromium_git') + '/chromium/src/tools' + '@' + '9afc15c35a58f76025e76dd411fb907d9f7b64e0', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':