From ef423d4298686cda29e3bd74e1152c8e52b97e28 Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 28 Aug 2017 00:57:18 -0700 Subject: [PATCH] Roll chromium_revision 3ad7ae1fa1..9c80e348e0 (497692:497700) Change log: https://chromium.googlesource.com/chromium/src/+log/3ad7ae1fa1..9c80e348e0 Full diff: https://chromium.googlesource.com/chromium/src/+/3ad7ae1fa1..9c80e348e0 Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a55821dba9..7b4ce16a2e * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/68a8df6778..1075e5dc8b * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/696fcbcbc7..99740d9df3 DEPS diff: https://chromium.googlesource.com/chromium/src/+/3ad7ae1fa1..9c80e348e0/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/3005713002 Cr-Commit-Position: refs/heads/master@{#19553} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index cfb52c911d..52e93a84ef 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '3ad7ae1fa15072d13d29d0e1adc7600e572500b5', + 'chromium_revision': '9c80e348e0bfea10337919ebc33df6597ed90b64', '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': '68a8df67789e065a2a762dc1401627a132fc203f', + 'catapult_revision': '1075e5dc8bc2ef383e67391639b0a23eed9f3546', # 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' + '@' + '95aa8aeac0f0216501ebb11ac82f9c7a22800057', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a55821dba9c5762628ba471f7fdd65fdad548644', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7b4ce16a2e6caf66e3bf789ca148ed3f0a91c5fa', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -76,7 +76,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '696fcbcbc708dbe695b1de4b0aa8f5b385f35364', + Var('chromium_git') + '/chromium/src/tools' + '@' + '99740d9df30a4ff69111679be2076b38728bdca2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':