From b6dd7cd5bffb476f4450697fb32ded9f2977ba7b Mon Sep 17 00:00:00 2001 From: buildbot Date: Mon, 13 Feb 2017 00:00:08 -0800 Subject: [PATCH] Roll chromium_revision 79dd3437b6..d877d5897f (449906:449915) Change log: https://chromium.googlesource.com/chromium/src/+log/79dd3437b6..d877d5897f Full diff: https://chromium.googlesource.com/chromium/src/+/79dd3437b6..d877d5897f Changed dependencies: * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/fb6934b178..df027252d0 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/67cf0dc183..623e8078bf DEPS diff: https://chromium.googlesource.com/chromium/src/+/79dd3437b6..d877d5897f/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2690933002 Cr-Commit-Position: refs/heads/master@{#16570} --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 319e5264f4..5bf5836f45 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '79dd3437b6e5dddaafeca8a50d07a0acd82b3c57', + 'chromium_revision': 'd877d5897fd4057b00945591ec13213fa02feed6', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -27,7 +27,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': '67cf0dc183f8a484495aa7eb1984f241835d01c1', + 'catapult_revision': '623e8078bffa79113055f14ffc65f8f20e0d9157', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -50,7 +50,7 @@ deps = { 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'fb6934b1789b056b25da38d2d3b5a508fc141bd5', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'df027252d0686b9b0c7727eb77370fa79eb5aa35', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult':