From bd0e443bb2a7cb1ed1f20f4ac4f3c8a8a13e700e Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 28 May 2017 21:09:06 -0700 Subject: [PATCH] Roll chromium_revision 484bedec59..fc164e82a4 (475262:475281) Change log: https://chromium.googlesource.com/chromium/src/+log/484bedec59..fc164e82a4 Full diff: https://chromium.googlesource.com/chromium/src/+/484bedec59..fc164e82a4 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/90d2f06a9f..f888c6e0d2 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ec82466ba2..a27e066f05 DEPS diff: https://chromium.googlesource.com/chromium/src/+/484bedec59..fc164e82a4/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2906253002 Cr-Commit-Position: refs/heads/master@{#18294} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 242b8b9440..6c220fc5b8 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '484bedec5922468b681054f150c28504bdd144e1', + 'chromium_revision': 'fc164e82a40e8ac5bd0d80bf70ef38aa835ca438', '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' + '@' + '800b3c5e8464dca0e0a3dd02de74bb50d73c0dd3', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ec82466ba2b6efe801ae7bdab24cd3a8f19b09e5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a27e066f059eb51a4de7ab77d06d6bc94d1cb4cb', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '90d2f06a9f7b05c9fdc27e60a1714908938f6fd1', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'f888c6e0d28df9a6ec215cab0e59384df6428e0f', }, 'unix': { 'src/third_party/lss':