From 005b5ec3cc9a14135f7869d1a77b7a918fce2fab Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 12 Sep 2017 09:31:53 -0700 Subject: [PATCH] Roll chromium_revision 60110d6972..988ef967a4 (501246:501290) Change log: https://chromium.googlesource.com/chromium/src/+log/60110d6972..988ef967a4 Full diff: https://chromium.googlesource.com/chromium/src/+/60110d6972..988ef967a4 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f8d38d79b1..eece413299 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6da9b18a74..5748f43c04 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/1d31b2e7fb..829b6bf07e * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/d5df04f53c..4298cb322e DEPS diff: https://chromium.googlesource.com/chromium/src/+/60110d6972..988ef967a4/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3013603002 Cr-Commit-Position: refs/heads/master@{#19802} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 28a0a60e63..9cd27c4546 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '60110d69728e93dd4015ecd6b07f1fe19195d219', + 'chromium_revision': '988ef967a4502948dda95c811701c3cdc518184e', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -23,7 +23,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': 'd5df04f53ce84b12550e46a8a9d5ff496d73bb01', + 'catapult_revision': '4298cb322ef35220f7d3c6a195dc5f6a8e76c620', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + 'e381e380bc4e1b3390ca99bf1429ab570b81151b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f8d38d79b18617f857a49117fcfcb48df325fe76', + Var('chromium_git') + '/chromium/src/build' + '@' + 'eece4132992b5e744944d1ed8a6f5f0b8d026083', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'cbc33b9c0a9d1bb913895a4319a742c504a2d541', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '5421b9f680b370fb01c476844dae3d9b9707a3e5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '1d31b2e7fbdbbc0952dbcc5ec424cf3297b428c7', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '829b6bf07ee93e5a09bf724ce19261d8293ad9e7', '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' + '@' + '6da9b18a7480930ae4e76defa54547fd17768825', + Var('chromium_git') + '/chromium/src/ios' + '@' + '5748f43c04a8568c9c168eff3abdc8a8d2e9007a', }, 'unix': { 'src/third_party/lss':