From d77c446193f7ac0d753bf3552bfd6c3f50913fbc Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 13 Jul 2017 03:21:12 -0700 Subject: [PATCH] Roll chromium_revision 8b8b0555fe..4913b03911 (486297:486328) Change log: https://chromium.googlesource.com/chromium/src/+log/8b8b0555fe..4913b03911 Full diff: https://chromium.googlesource.com/chromium/src/+/8b8b0555fe..4913b03911 Changed dependencies: * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8e1dccdfb2..00e2268d70 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a8eda333df..e858743f10 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/2d4752f9d8..8ecf7efdff DEPS diff: https://chromium.googlesource.com/chromium/src/+/8b8b0555fe..4913b03911/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2978873003 Cr-Commit-Position: refs/heads/master@{#18998} --- DEPS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 338fb920de..701fbb388c 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8b8b0555fe1b8a018b18b58ce728a6e222aaa0b0', + 'chromium_revision': '4913b0391181429c41b8ff3fc61d982c9d3a827a', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -41,7 +41,7 @@ deps = { 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '10b55bebd61b2f56fa9d8af191b2217f457a6505', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a8eda333dfc0f05e6b252c6a1f1bd63abe6e61bb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e858743f103e7f5899d889476da25e11698bd18e', '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' + '@' + '2d4752f9d804463e51330af47ceb49e264ee6c41', + Var('chromium_git') + '/chromium/src/tools' + '@' + '8ecf7efdffe2d7c21334f4782263330a85c2a6fe', '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' + '@' + '8e1dccdfb2e6c3e0c0d8f18c26b7628e4fee481c', + Var('chromium_git') + '/chromium/src/ios' + '@' + '00e2268d706a18082bb06a5bb1112b8bf7e95d47', }, 'unix': { 'src/third_party/lss':