From fe41ccc27c7bc090b9bc197edc5a6f43e5e19a17 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 28 May 2017 03:09:39 -0700 Subject: [PATCH] Roll chromium_revision bef80d93b4..ffa157bf17 (475256:475257) Change log: https://chromium.googlesource.com/chromium/src/+log/bef80d93b4..ffa157bf17 Full diff: https://chromium.googlesource.com/chromium/src/+/bef80d93b4..ffa157bf17 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/878a49c699..90d2f06a9f DEPS diff: https://chromium.googlesource.com/chromium/src/+/bef80d93b4..ffa157bf17/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2908913002 Cr-Commit-Position: refs/heads/master@{#18290} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index d65e33a19b..a5edf0e2f1 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'bef80d93b4a5b160e66ceb6986fb31faa61fc892', + 'chromium_revision': 'ffa157bf17edd17189c334a3bbdd5ec40d50d07c', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '878a49c699093f9040d8884e6d0ae970e14658e5', + Var('chromium_git') + '/chromium/src/ios' + '@' + '90d2f06a9f7b05c9fdc27e60a1714908938f6fd1', }, 'unix': { 'src/third_party/lss':