From 520b68e42244c8c54816b280a1dea90fee2f630b Mon Sep 17 00:00:00 2001 From: buildbot Date: Sun, 4 Jun 2017 21:13:22 -0700 Subject: [PATCH] Roll chromium_revision 9fb852ff15..c3e34b2e51 (476917:476936) Change log: https://chromium.googlesource.com/chromium/src/+log/9fb852ff15..c3e34b2e51 Full diff: https://chromium.googlesource.com/chromium/src/+/9fb852ff15..c3e34b2e51 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f6841a17e2..31e28f7d87 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/16d4f88405..2388835fd0 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/a0b84c9d55..e922fbd25c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/bdc35df774..e0be345a50 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/64ea479454..6866edfb97 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/a8af645ed2..bb19fceac2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/9fb852ff15..c3e34b2e51/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2917333002 Cr-Commit-Position: refs/heads/master@{#18438} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 9cce113fdc..3c47d265e8 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '9fb852ff154767d5dc118782ab96f5801ca1adc2', + 'chromium_revision': 'c3e34b2e51926d4b133aee54d3db4608c94707f3', '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': '64ea47945411d898b07fe423bbd8cbf6e897ff96', + 'catapult_revision': '6866edfb97f38a69ed7dd24cf6c6d8e85bfe2dbc', # 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' + '@' + '1388609df64d8c3fe3ff85b9567dd18a4b8cc236', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f6841a17e2bde9b9cd9939d18cae53ef831e6630', + Var('chromium_git') + '/chromium/src/build' + '@' + '31e28f7d87666690faf39e030c5ffa8fefaee756', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '31d4daad5d9af672d4e234570a24f3fd844bb713', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'a0b84c9d55e18d04efc98aeb4062e80f88a697fd', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'e922fbd25c832ca883891eabb53d3899c9465b3b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bdc35df7748de266e568a9c7d55483cf4dad9dff', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e0be345a509b3aba07598db94fc09b034031459d', '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' + '@' + 'a8af645ed2e96925be2c3efdd90febae0e11cfa5', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bb19fceac276522132c06386561f5c8b7f6eb8be', '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' + '@' + '16d4f88405449711e190b7f3d4d24043f54ef1bd', + Var('chromium_git') + '/chromium/src/ios' + '@' + '2388835fd042bd40ce59019e84d3fbd69234544f', }, 'unix': { 'src/third_party/lss':