From 029ef77f727ce471cd2d5aecd5538fe048e94778 Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 31 May 2017 06:41:01 -0700 Subject: [PATCH] Roll chromium_revision 39b0c40647..cb625841aa (475869:475892) Change log: https://chromium.googlesource.com/chromium/src/+log/39b0c40647..cb625841aa Full diff: https://chromium.googlesource.com/chromium/src/+/39b0c40647..cb625841aa Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/40761c2a79..48c41db651 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b8bcdc0031..1a8e730e59 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/deb4a2aa8f..29612b077d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/3349fedb52..e0b51947e6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/39b0c40647..cb625841aa/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2918473003 Cr-Commit-Position: refs/heads/master@{#18352} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index e1fd3d1f25..d1ce36f483 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '39b0c40647373a6f357369e81e316383a7fad397', + 'chromium_revision': 'cb625841aa1d1c3b44742973d8bac5b6b004e0df', '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': 'deb4a2aa8f11cb520e9b8bc7413296d899a3af47', + 'catapult_revision': '29612b077d93e63d1c79645fdece5b04c9724682', # 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' + '@' + '91ca2948e0cab9b9ba9c974b7c01a795d1d69a48', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b8bcdc003138b3eeebbaab9362aa7fbd922cc652', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1a8e730e596165386d2f1faf7450902ac2c285c6', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -74,7 +74,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' + '@' + '3349fedb5220f947823687ca02268c2998ca8036', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'e0b51947e6280073b011a5adb79c97c394377ad2', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '40761c2a79996ef2af579ff5dd82a296f178536c', + Var('chromium_git') + '/chromium/src/ios' + '@' + '48c41db651d21a6792a41462fde4f93832b78e28', }, 'unix': { 'src/third_party/lss':