From 2baa3c49b8ecb57554c5baa8031b0131830158fe Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 19 Oct 2018 06:01:19 -0700 Subject: [PATCH] Roll chromium_revision c66210d3ab..b1cb85713b (601019:601125) Change log: https://chromium.googlesource.com/chromium/src/+log/c66210d3ab..b1cb85713b Full diff: https://chromium.googlesource.com/chromium/src/+/c66210d3ab..b1cb85713b Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/2c31bd007d..703032f2cd * src/build: https://chromium.googlesource.com/chromium/src/build/+log/0353cd5458..dc93a673cf * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/758462b406..b3f0c9c0fa * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8d815720bc..a02afa425c * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/dc690ed2b1..1234d52325 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/cedb2de883..a0b50a9a05 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/8769652de2..c634df121c DEPS diff: https://chromium.googlesource.com/chromium/src/+/c66210d3ab..b1cb85713b/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I828708f17c0e61de9f177933ecae0a25b67102bc Reviewed-on: https://webrtc-review.googlesource.com/c/107102 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25272} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 843c5534ac..2beee0b6e9 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'c66210d3abaf86bd451f2740cf689c7295554f47', + 'chromium_revision': 'b1cb85713ba939eb9f0326077aad09f3f1d52ffa', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -24,7 +24,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': 'cedb2de8832ddfbf4273138a072fa4ed1345fb47', + 'catapult_revision': 'a0b50a9a05900a7c59c5ce4d0e6ed1a870e938f5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -42,9 +42,9 @@ 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' + '@' + '2c31bd007dc65148ebf76de11f7a18a42f8f84a6', + Var('chromium_git') + '/chromium/src/base' + '@' + '703032f2cd77ddbd52a1b6bb16f51548b3a648c4', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '0353cd5458491c5df5b4e4a70c7a2bd718d05420', + Var('chromium_git') + '/chromium/src/build' + '@' + 'dc93a673cf3034fec57639e31271a765bef3b9d1', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '758462b406d0d7f1951267ebfb7fce575b71c0b9', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'b3f0c9c0fa1b50d9d07b5e443a8ea2a8c0135031', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8d815720bc19ae535d38b4e6b22548d9e3b95e79', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a02afa425c2a1947f91c4e5bef6603acc4a35960', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dc690ed2b1c9994256265a20efc0907155baf2fb', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1234d52325cf91096950242ae24c3b5b0510beb8', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -195,7 +195,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '8769652de2dd42877a795b006d08b618b1ea2148', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'c634df121ca7983fe310be1a414f0516441da20f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),