From bc4cbe1b6c1f1a2c048b9833ca7fe2f6704949bd Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 28 Aug 2017 06:49:53 -0700 Subject: [PATCH] Roll chromium_revision d8870c11e8..d353b64c1d (497726:497740) Change log: https://chromium.googlesource.com/chromium/src/+log/d8870c11e8..d353b64c1d Full diff: https://chromium.googlesource.com/chromium/src/+/d8870c11e8..d353b64c1d Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/58ba7592f3..bbdf216145 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/939a638f02..1216eef68d DEPS diff: https://chromium.googlesource.com/chromium/src/+/d8870c11e8..d353b64c1d/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3008693002 Cr-Commit-Position: refs/heads/master@{#19562} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 4ada900694..a96bfafe15 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd8870c11e86660c3de10ecf8da05cf53150e18a2', + 'chromium_revision': 'd353b64c1d0bac38e3b5f658a3aa335c125583c9', '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' + '@' + 'f8ae07489f5767e4bbc2b0cee12d7b3c529bc92d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '939a638f02ff014d1934033bada59e4d4b475cd1', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1216eef68df7b8ca1c797a344bca0b102bbca839', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -118,7 +118,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '58ba7592f33cf0218da34667535949a25432ade6', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'bbdf216145cbd0d5ee91d67467aa91ab8d6b6dd2', }, 'unix': { 'src/third_party/lss':