From 716e726ef0b322e8317b749613691da043bfc61c Mon Sep 17 00:00:00 2001 From: buildbot Date: Fri, 3 Mar 2017 14:10:44 -0800 Subject: [PATCH] Roll chromium_revision d41fc4a850..698727682c (454644:454685) Change log: https://chromium.googlesource.com/chromium/src/+log/d41fc4a850..698727682c Full diff: https://chromium.googlesource.com/chromium/src/+/d41fc4a850..698727682c Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/1468ab3603..13410676a3 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/7ef8f8a3cb..4361e47b9c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/b6e906bd50..a6aad501fb * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/2098afcc06..95c33d94d5 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/82218d86ef..ace7fd80ce DEPS diff: https://chromium.googlesource.com/chromium/src/+/d41fc4a850..698727682c/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2735453002 Cr-Commit-Position: refs/heads/master@{#17022} --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 6fb64a8b0b..ca01ccde74 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'd41fc4a8509076f5c675162d010c493df0a40bde', + 'chromium_revision': '698727682cc73ad3770d402395d23096f572d3f2', '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': '2098afcc067c739c573144d79af4bb25f8abfddf', + 'catapult_revision': '95c33d94d5efa5157c45c96cb7f2279c655568a7', # 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' + '@' + '8fe126945cb9fe557d679362b4e228324efa8a2b', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '1468ab360301e14874c6d2fbdd0e402b6e79e6e2', + Var('chromium_git') + '/chromium/src/build' + '@' + '13410676a31f7fe5055d80403679e6e0d83d72d7', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec', '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' + '@' + 'b6e906bd508f5345dd2335cd8f4f6affa6b423c8', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a6aad501fbfe24f869de4e1b3405c4dd6b6cfaa9', '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' + '@' + '82218d86eff6117b6b7297e45fce8c4f827d5ab4', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'ace7fd80ce785c7dfd6bc92cf25209149a42bc02', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -119,7 +119,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '7ef8f8a3cba0a437f9536d7beec68181b1fa96e9', + Var('chromium_git') + '/chromium/src/ios' + '@' + '4361e47b9cad052eb72f40f043e4b8937f607fc1', }, 'unix': { 'src/third_party/lss':