From 91b0a702728ad70db631dce8326feaf15c3c2c48 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 27 Aug 2017 09:16:48 -0700 Subject: [PATCH] Roll chromium_revision 2c5f0537b3..e7a613ae31 (497676:497677) Change log: https://chromium.googlesource.com/chromium/src/+log/2c5f0537b3..e7a613ae31 Full diff: https://chromium.googlesource.com/chromium/src/+/2c5f0537b3..e7a613ae31 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bbf6fe5f82..3c691a81d0 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2c5f0537b3..e7a613ae31/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3010513002 Cr-Commit-Position: refs/heads/master@{#19545} --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index bf9bdee9f6..990ffd3382 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2c5f0537b3cf7674353cc0f4c7e0c0f8a8413eca', + 'chromium_revision': 'e7a613ae31e808d4f12e21a2b029e7007d19f488', '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' + '@' + '4869e7efc6b52833fcd1175a349fc81fa7ead8ca', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bbf6fe5f82958bb8d34a9648ca504ca5afaf7413', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '3c691a81d037aaffb1b640c5d4809d7f764cf1a9', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':