From df3a191471e65d5b4d1572908966dce0ba27b526 Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 25 Apr 2017 00:20:15 -0700 Subject: [PATCH] Roll chromium_revision d7693c7e2e..f0aff0ca64 (466873:466903) Change log: https://chromium.googlesource.com/chromium/src/+log/d7693c7e2e..f0aff0ca64 Full diff: https://chromium.googlesource.com/chromium/src/+/d7693c7e2e..f0aff0ca64 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/87cefe1eb8..dc85c82b26 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/9b0f146fab..7dfb7f948b * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/892a0b6a45..b367d46487 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/e164c38ade..f1946c1dab DEPS diff: https://chromium.googlesource.com/chromium/src/+/d7693c7e2e..f0aff0ca64/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2841483005 Cr-Commit-Position: refs/heads/master@{#17858} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 4624ddbff6..620801632d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd7693c7e2e2d42ec6d24bcbfa4718f3f89bc87a5', + 'chromium_revision': 'f0aff0ca64ae1f50b4deeea5966b0ad025323696', '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': '892a0b6a45cc8b052638587744cc7a1b54efe2d4', + 'catapult_revision': 'b367d46487c3cf25696f4d25cb7212b9cc9a48bb', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -36,7 +36,7 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + '924e9ae93e9be6f0a6507d9e34f0781b3c14139a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '87cefe1eb8b1a895b90f2ce18ce60bae73509a65', + Var('chromium_git') + '/chromium/src/build' + '@' + 'dc85c82b2645a79eac8be3c3f56760b9a9c4df05', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3', 'src/testing': @@ -46,7 +46,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' + '@' + '9b0f146fab8bdea3586857e3ab599330d7683bbf', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7dfb7f948b5a1327bce266493c838e81d5bfc68b', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -79,7 +79,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + 'e164c38adee221ec84ac1c01fdb728dc498870b3', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f1946c1dab41bbba380a15e8f6e5690f3dd949fd', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client':