From 7785ee9125542cb37bed0b351b90287525ba61cf Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 23 Apr 2017 09:10:42 -0700 Subject: [PATCH] Roll chromium_revision afcc086a9f..a3eecd718f (466562:466563) Change log: https://chromium.googlesource.com/chromium/src/+log/afcc086a9f..a3eecd718f Full diff: https://chromium.googlesource.com/chromium/src/+/afcc086a9f..a3eecd718f Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/1e328f96f5..57aba0c1a2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/afcc086a9f..a3eecd718f/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2835043002 Cr-Commit-Position: refs/heads/master@{#17828} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 872d9216eb..301b83f097 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'afcc086a9fc9d6ab25edb24bdf60ce8fca66c021', + 'chromium_revision': 'a3eecd718f060080ce740a75fc6fa57a2b9061ec', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '1e328f96f546ceb07aacf05256fb7f0a8ece7bfd', + Var('chromium_git') + '/chromium/src/ios' + '@' + '57aba0c1a2e59d4fa9b3c35fbd0bca3684555478', }, 'unix': { 'src/third_party/lss':