From ea39dfa7701ad58e7474e39942591892ce3973ff Mon Sep 17 00:00:00 2001 From: buildbot Date: Thu, 6 Jul 2017 09:48:49 -0700 Subject: [PATCH] Roll chromium_revision c33c6bfd24..2e0945b687 (484321:484611) Change log: https://chromium.googlesource.com/chromium/src/+log/c33c6bfd24..2e0945b687 Full diff: https://chromium.googlesource.com/chromium/src/+/c33c6bfd24..2e0945b687 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/191ee9145c..16dde4fdea * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a2bc0d6277..08ca0e267f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e4a519df2a..289b09cbb9 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/12355604f7..eb5b142282 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/d91910238a..5ef3f903b6 * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/34ef95cb09..5d065952a0 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d803aeab28..bc3c9bb918 DEPS diff: https://chromium.googlesource.com/chromium/src/+/c33c6bfd24..2e0945b687/DEPS No update to Clang. TBR= BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Review-Url: https://codereview.webrtc.org/2968023003 Cr-Commit-Position: refs/heads/master@{#18918} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 4e7e0795cb..d440b00845 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'c33c6bfd246fc6a24ae29ae41c7aa53747c5226f', + 'chromium_revision': '2e0945b6870d06ffae08e792efc818894d4fc60b', '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': '34ef95cb09ce13d370163e36179981f566356c68', + 'catapult_revision': '5d065952a0d8060166cecc73093775bf518966f7', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -33,15 +33,15 @@ 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' + '@' + '191ee9145cf5e49bbf8c1c0d32473dbb78b60bfa', + Var('chromium_git') + '/chromium/src/base' + '@' + '16dde4fdea5102eebd6597bfc9000bf8eab1265d', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'a2bc0d6277605fd7ca624abee6a7e62b761ebd62', + Var('chromium_git') + '/chromium/src/build' + '@' + '08ca0e267f81614a44352044aba3cd329250c4ed', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '1dcd1bdbe93467531a50b60dbd18860803ca7be1', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '12355604f759cd8b965f1c64a59b34cd4871f81e', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'eb5b1422824b226df40c7db4d4e9858f5dc6f386', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'd91910238ae095edf4b447f67a8a0a83b51b6854', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5ef3f903b6b090d835ad3f81bf8104c158a35295', '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' + '@' + 'd803aeab28426fdea29c3137487a16ea91383eee', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'bc3c9bb9189dfac3b04cf1726535490d752085a6', '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' + '@' + 'e4a519df2a7a5454528e0a5a261480a2165c212c', + Var('chromium_git') + '/chromium/src/ios' + '@' + '289b09cbb9bb542fcd25f1bafc586163049a066c', }, 'unix': { 'src/third_party/lss':