From 10e1f7548a8b19d67f0933d737ba6e71c18c29ff Mon Sep 17 00:00:00 2001 From: buildbot Date: Tue, 13 Jun 2017 07:32:31 -0700 Subject: [PATCH] Roll chromium_revision 9061a92f5c..4f7c2dc196 (478958:478995) Change log: https://chromium.googlesource.com/chromium/src/+log/9061a92f5c..4f7c2dc196 Full diff: https://chromium.googlesource.com/chromium/src/+/9061a92f5c..4f7c2dc196 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/59c27a69f6..7bbbe6d626 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/b768046c2f..8c623650a5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f347a82d18..2901684da5 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/20cc08f903..39e6f3b830 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/e6b02f2663..2725235412 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9061a92f5c..4f7c2dc196/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2940623002 Cr-Commit-Position: refs/heads/master@{#18567} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 67b0b75397..edb51cd7ac 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '9061a92f5c2d505e792cf02ec95dcac8946298df', + 'chromium_revision': '4f7c2dc19663809614de436582a442520a6be0c6', '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': 'e6b02f2663563947186bf45b2ecca4ed6905a86d', + 'catapult_revision': '27252354126c731d23022e1118b311bcfa0c8a3f', # 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' + '@' + '32baa47d668ca40079ce29c4f0b1e26f5bfbfdf5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '59c27a69f61aa0dd381ec722db97dd8954c9e603', + Var('chromium_git') + '/chromium/src/build' + '@' + '7bbbe6d626eed35beed1a45878698f64334b14d9', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b53a03df323e7fa7dafd892adbe70bf9f3cc97f7', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f347a82d18f15ed0c379086a186e78298e635e9f', + Var('chromium_git') + '/chromium/src/testing' + '@' + '2901684da5c68d372c3530902c208c32b1df5d0d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '20cc08f9038167f7f089e16d2030811d63b3c757', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '39e6f3b8301a742edcbcae69b4ff4fcab547514d', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'b768046c2f2d8a6243b6ca7f767da57aee69e1e0', + Var('chromium_git') + '/chromium/src/ios' + '@' + '8c623650a5c896a163f82ada11e7da0e691a4ebf', }, 'unix': { 'src/third_party/lss':