From d474e80c77910c10033d06b1f0e3c76bbea98ed0 Mon Sep 17 00:00:00 2001 From: buildbot Date: Wed, 19 Apr 2017 12:11:59 -0700 Subject: [PATCH] Roll chromium_revision 5d0f09e42f..4d1da988bf (465635:465680) Change log: https://chromium.googlesource.com/chromium/src/+log/5d0f09e42f..4d1da988bf Full diff: https://chromium.googlesource.com/chromium/src/+/5d0f09e42f..4d1da988bf Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/09cbab10ef..6e3bf4a3ca * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/6a4e4e1317..79f0fc6c96 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b8b8081866..4620b1a281 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/24e36dadf5..121ef2b4a8 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f89ce4b4da..7aa00027ec DEPS diff: https://chromium.googlesource.com/chromium/src/+/5d0f09e42f..4d1da988bf/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2829723003 Cr-Commit-Position: refs/heads/master@{#17772} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index ea76c07874..0d492887d0 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '5d0f09e42f23950e3937e36e5bdc3a384f732330', + 'chromium_revision': '4d1da988bfeb8c480f8f92af9d328a428050255e', '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': '24e36dadf5b1aff6cebffa55b476cd7ef64eba0a', + 'catapult_revision': '121ef2b4a8c6adbb65df758521fb4f80e78d1d2e', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -34,7 +34,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '09cbab10ef2cf80ca0baa4299f62f3f099b41f68', + Var('chromium_git') + '/chromium/src/base' + '@' + '6e3bf4a3ca305efffd4bd87d2407ec319b8ca1c5', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '62ec1e1e77d4c281a8b9988fe285973c423c068f', 'src/buildtools': @@ -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' + '@' + 'b8b808186629e48bd419d7e66b836c78faeff746', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '4620b1a2814b5451b316c9b5a1c72a219b3c10a9', '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' + '@' + 'f89ce4b4da99d85cf136fa775b0dace16438465f', + Var('chromium_git') + '/chromium/src/tools' + '@' + '7aa00027ece0f2e4dbdf45cef06e0cbcd6d93e3d', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '6a4e4e1317ded47c01f108e07132cd6804ee62de', + Var('chromium_git') + '/chromium/src/ios' + '@' + '79f0fc6c96e54ed8f87221d49a2759beacda932b', }, 'unix': { 'src/third_party/lss':