From ffcee9ba9c61b718c07cb387c614feedfffe44e4 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 16 Jul 2017 06:31:56 -0700 Subject: [PATCH] Roll chromium_revision 796df77ba1..48b141b4f3 (487008:487010) Change log: https://chromium.googlesource.com/chromium/src/+log/796df77ba1..48b141b4f3 Full diff: https://chromium.googlesource.com/chromium/src/+/796df77ba1..48b141b4f3 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b3b0f5891b..0e2657cb18 DEPS diff: https://chromium.googlesource.com/chromium/src/+/796df77ba1..48b141b4f3/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2981093002 Cr-Commit-Position: refs/heads/master@{#19048} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 79ebc16c67..f68c7ff662 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '796df77ba1f8b9e743ce44c78853d03548ac6111', + 'chromium_revision': '48b141b4f3e13250defc6e293e96d012f2782e53', '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' + '@' + 'f6cc382f24defcd8d5d48b2a5621cc63e52c8057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b3b0f5891b4af6356e4aefbb104548d21274826d', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '0e2657cb183e482ed5638f4c8b34f8267545b42a', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':