From b2152b7b6197214c153774fa8fe231a264849b07 Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 15 Jun 2017 03:33:17 -0700 Subject: [PATCH] Roll chromium_revision 5423b19357..47f5ca5642 (479628:479659) Change log: https://chromium.googlesource.com/chromium/src/+log/5423b19357..47f5ca5642 Full diff: https://chromium.googlesource.com/chromium/src/+/5423b19357..47f5ca5642 Changed dependencies: * src/build: https://chromium.googlesource.com/chromium/src/build/+log/3ab6155577..98eab34057 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/cb870785e5..70777e4ddd * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/f3851f9e1f..b6191cc560 DEPS diff: https://chromium.googlesource.com/chromium/src/+/5423b19357..47f5ca5642/DEPS No update to Clang. TBR= BUG=None Review-Url: https://codereview.webrtc.org/2934303004 Cr-Commit-Position: refs/heads/master@{#18608} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index f6eeff1151..67b359fa9d 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '5423b19357d7ddf45821067d8aa7b407f65995fa', + 'chromium_revision': '47f5ca5642cebf57deb8a8f043b43a1baf5c8a83', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -35,13 +35,13 @@ deps = { 'src/base': Var('chromium_git') + '/chromium/src/base' + '@' + 'ba13298ff1051f6c8343bd076b6787f9fe212d51', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3ab615557779909e35829c7a33860815aa423d34', + Var('chromium_git') + '/chromium/src/build' + '@' + '98eab3405755887f87a521aa1cf3468291a8f524', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b53a03df323e7fa7dafd892adbe70bf9f3cc97f7', 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '4f3319b4e6d3d81abfdc85faca9090f9560a759a', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'f3851f9e1f7803495ae1d8adb92570ea727089fb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b6191cc560490298a556ef1b789075c13fcf438a', 'src/third_party/boringssl/src': Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), 'src/third_party/catapult': @@ -116,7 +116,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + 'cb870785e583280aa1789562abe4e9b8978eaca8', + Var('chromium_git') + '/chromium/src/ios' + '@' + '70777e4ddd51bed6629be4576ffd51272cdb77df', }, 'unix': { 'src/third_party/lss':