From 2fff9d2c4b8da1b958e6d3097e7e020ac1bb6c60 Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 27 Aug 2017 21:32:19 -0700 Subject: [PATCH] Roll chromium_revision 11b7b5d13d..3ad7ae1fa1 (497683:497692) Change log: https://chromium.googlesource.com/chromium/src/+log/11b7b5d13d..3ad7ae1fa1 Full diff: https://chromium.googlesource.com/chromium/src/+/11b7b5d13d..3ad7ae1fa1 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/8e7ce53a80..2887ee57f5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ea765825fc..a55821dba9 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/123b9d8ec2..68a8df6778 DEPS diff: https://chromium.googlesource.com/chromium/src/+/11b7b5d13d..3ad7ae1fa1/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3002413002 Cr-Commit-Position: refs/heads/master@{#19550} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 8060a8680b..cfb52c911d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '11b7b5d13d4c1e6c5045310838b3def0286e2c84', + 'chromium_revision': '3ad7ae1fa15072d13d29d0e1adc7600e572500b5', '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': '123b9d8ec2a233053e908750d1ce04c7c16fc3d8', + 'catapult_revision': '68a8df67789e065a2a762dc1401627a132fc203f', # 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' + '@' + '0b883e8842a7b3da57e493e412811035905618c6', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '8e7ce53a804c03ab8fbded30c9c6df00926d4d59', + Var('chromium_git') + '/chromium/src/build' + '@' + '2887ee57f5ea22470071726175a176eb23ca88a3', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '5af0a3a8b89827a8634132080a39ab4b63dee489', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '95aa8aeac0f0216501ebb11ac82f9c7a22800057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ea765825fcf90aa6f2e30ad70a9fe7c45f3a2d1f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a55821dba9c5762628ba471f7fdd65fdad548644', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':