From 90be9687a6e41d1247fae1f49b22bf2a7d9edba7 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sat, 24 Jun 2017 21:17:12 -0700 Subject: [PATCH] Roll chromium_revision 5b79bb9450..a6efd0193c (482164:482166) Change log: https://chromium.googlesource.com/chromium/src/+log/5b79bb9450..a6efd0193c Full diff: https://chromium.googlesource.com/chromium/src/+/5b79bb9450..a6efd0193c Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b4095a9159..5c0b7710af DEPS diff: https://chromium.googlesource.com/chromium/src/+/5b79bb9450..a6efd0193c/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2959623002 Cr-Commit-Position: refs/heads/master@{#18744} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 925a380ce2..bffc07f8e9 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '5b79bb94507c11eb120c8ac6c0c62e60f71701f3', + 'chromium_revision': 'a6efd0193c3ba9d75da93694df4e0441c82dd12d', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '20239e4f974820a52195cc7caf5a36c1e055cc3a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b4095a91591a3da35a8bbf669b6585f964c7fbdf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c0b7710af2856dfd5abe105015179d32ec0e388', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':