From 0694d1fce5396ae8f3f3e3494b6af8dbca8858ca Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Fri, 5 Apr 2019 14:00:55 -0700 Subject: [PATCH] Roll chromium_revision 37663bcca7..0a611f37b8 (648215:648329) Change log: https://chromium.googlesource.com/chromium/src/+log/37663bcca7..0a611f37b8 Full diff: https://chromium.googlesource.com/chromium/src/+/37663bcca7..0a611f37b8 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9ddc023f80..1d63e15e13 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/fe51fcc2c1..1b45cc0d32 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8b5edd181c..8a96030944 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/a5a1eb9b53..5c95ab592b * src/third_party/android_deps/libs/com_google_ar_core: version:1.6.0-cr0..version:1.8.0-cr0 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9057b413d4..27980609ac * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/d6f4e3aa56..f63001b39e DEPS diff: https://chromium.googlesource.com/chromium/src/+/37663bcca7..0a611f37b8/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I4d66339337e19d7827f26c19bab96d4f52ec85ef Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131442 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27471} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 74c5725ae7..801ab1aa80 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': '37663bcca78b1a5154560a27f7496cf408b74167', + 'chromium_revision': '0a611f37b80a2b3ba7a3916d0408de7d2309e5cd', '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': '9057b413d4b19b24786542b710e03cfa62bbb6af', + 'catapult_revision': '27980609ac44bfbce0fd4d752f7c1efd5f32d58a', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -86,7 +86,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' + '@' + '9ddc023f80e20d454a1eae4d71659df22e14e46f', + Var('chromium_git') + '/chromium/src/base' + '@' + '1d63e15e138713203ebb7c97a04ab8993e56715a', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '23a5e22ba78f21230de3dd9c293afb438399565d', 'src/buildtools': @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'fe51fcc2c18eb130fb3a05b01d9c84c701796272', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1b45cc0d323ce2abbca07b6152ec73ba8a15a5d7', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '8b5edd181c1b0e40b205eb2bd5b586f73ac2829e', + Var('chromium_git') + '/chromium/src/testing' + '@' + '8a960309448f10268f3e41bd309b3154e5bf2f50', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a5a1eb9b539bfc02670203568329771d26b60458', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '5c95ab592b5dcd99ddb4739fdab1a6f6a62906e4', 'src/buildtools/linux64': { 'packages': [ @@ -312,7 +312,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' + '@' + 'd6f4e3aa56d9e9357c2e0c03095b2e722a8d885e', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'f63001b39eff592d2b2c6eb7d6c59ef8b0b24999', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'), @@ -1181,7 +1181,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_ar_core', - 'version': 'version:1.6.0-cr0', + 'version': 'version:1.8.0-cr0', }, ], 'condition': 'checkout_android',