From 8cf398d4e1dddaf2d5485a9f3090eca58c8fe839 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 29 Jun 2017 08:38:39 -0700 Subject: [PATCH] Roll chromium_revision 53b56ec80b..3691cc167a (483312:483339) Change log: https://chromium.googlesource.com/chromium/src/+log/53b56ec80b..3691cc167a Full diff: https://chromium.googlesource.com/chromium/src/+/53b56ec80b..3691cc167a Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/ee1c2d99c2..c067c9222e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4ae86ed53d..dd54809086 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a70ee6f1c1..56836f4aac DEPS diff: https://chromium.googlesource.com/chromium/src/+/53b56ec80b..3691cc167a/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2959423002 Cr-Commit-Position: refs/heads/master@{#18838} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 45f921c318..ef7a5b070c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '53b56ec80be3c1b18df487c03963416a1313d6c5', + 'chromium_revision': '3691cc167a224f40ff2909dcf51193b93b244c0d', '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': 'a70ee6f1c1fbf4cf78e2de6416dde17e8277ee25', + 'catapult_revision': '56836f4aacdc15e1284ef9c09afdbb9f9bd92cda', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + 'ed02784059875305459c8f335b284ba7f5b1391b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4ae86ed53ddc9c861c011db4d6d93214eda5ad2d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd5480908673cc37e352b098c63b17f33cae3e55', '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' + '@' + 'ee1c2d99c2da73fa4f7e5e4fb0bdabf91bc2269f', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'c067c9222e0d16cc60260a1a336c28561dd6c863', }, 'unix': { 'src/third_party/lss':