From 7439a93b4cc6bafc099f2fe69f3f339c9dcbdf2b Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 23 Feb 2017 02:57:34 -0800 Subject: [PATCH] Roll chromium_revision 2be125d927..7322bbb0a4 (452423:452447) Change log: https://chromium.googlesource.com/chromium/src/+log/2be125d927..7322bbb0a4 Full diff: https://chromium.googlesource.com/chromium/src/+/2be125d927..7322bbb0a4 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/904348faab..a625e71534 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/105f5776a6..fc4e0f9d8e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/cadafaa5f1..6824ac01f3 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/26aaeec763..bb7a380aa2 DEPS diff: https://chromium.googlesource.com/chromium/src/+/2be125d927..7322bbb0a4/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2713843002 Cr-Commit-Position: refs/heads/master@{#16797} --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index a9b75f5fbc..3fb874a322 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '2be125d927d1ae94eb7f834055d80f0113e9bfee', + 'chromium_revision': '7322bbb0a42cfad6bf24e3bb157cb692381cda9f', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -38,7 +38,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' + '@' + '904348faab2719b8c79499897aa896e32dc958e0', + Var('chromium_git') + '/chromium/src/base' + '@' + 'a625e715345e7112fec1fb02f8c812ae895f1ff7', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'bf347e374aa5522e3dccfef429adefe5643938a3', 'src/buildtools': @@ -50,7 +50,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' + '@' + 'cadafaa5f1e9165c6e202e83f52e5d337589fb74', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '6824ac01f3edb052c1b0850609a86424055effcc', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -85,7 +85,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' + '@' + '26aaeec7637768d3968a62163aeeb322983963e1', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bb7a380aa214bfb276fdaa7dab113fea1a83a150', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -125,7 +125,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '105f5776a6773e16e6a301ae33a4e563ba513756', + Var('chromium_git') + '/chromium/src/ios' + '@' + 'fc4e0f9d8e125268126e2da8c3743ef99c9b3df1', }, 'unix': { 'src/third_party/lss':