From 12d4e67d4600d93738e08be80e75711db801b848 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 2 Apr 2019 13:02:50 -0700 Subject: [PATCH] Roll chromium_revision d5a4101d31..80b8e2fb67 (646704:646925) Change log: https://chromium.googlesource.com/chromium/src/+log/d5a4101d31..80b8e2fb67 Full diff: https://chromium.googlesource.com/chromium/src/+/d5a4101d31..80b8e2fb67 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/9d4388e62e..c120c15284 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/ac6645362a..846eecfa7b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/3c7dc6ae07..66b60fda52 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/91f9ea29b9..d4e5a80cb9 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/ffd87a131c..215bb7d384 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/83131f4f49..e0703df92e * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/82ccf19769..a8777b0878 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d5a4101d31..80b8e2fb67/DEPS Clang version changed 357316:356356 Details: https://chromium.googlesource.com/chromium/src/+/d5a4101d31..80b8e2fb67/tools/clang/scripts/update.py TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I01bf041f8fc8aee7c8d888848809886c9eaf0a1f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131041 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27426} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 723fa4e641..4ce4a6fed2 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': 'd5a4101d3100820898c864dabe46ee34074e390c', + 'chromium_revision': '80b8e2fb679a996b9b76105078a28f4e9e6d9a33', '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': '83131f4f49335945ea647db8f35fbe286a185152', + 'catapult_revision': 'e0703df92e4d46220bbee0ab2e3673e390f6200b', # 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,9 +86,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' + '@' + '9d4388e62eb7424947d824382833c3aae32f6ecb', + Var('chromium_git') + '/chromium/src/base' + '@' + 'c120c1528460c3d49adb303677767a18ea259ec5', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'ac6645362ac1d31506f125ec0ee5c09056a4448b', + Var('chromium_git') + '/chromium/src/build' + '@' + '846eecfa7b22836bb659a83d1ddf0c4124bbe0da', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '459baaf66bee809f6eb288e0215cf524f4d2429a', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -98,13 +98,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '3c7dc6ae071c790f46746d9aadf1de17c7326c88', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '66b60fda520976e6dee2d6ded99a982864d02138', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '91f9ea29b967f8104ec76ac6d48f94a65ca33f9e', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'd4e5a80cb9f79571a7cef673f7d0c32ff4c7ca6d', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ffd87a131c5f74e71e1106757cdae3326f266226', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '215bb7d384c0f4f9f14cc1f2745db0058bae4db8', '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' + '@' + '82ccf19769ac53fd766a9f01d1fc6dd3f6f2bf78', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'a8777b0878706119bfe5d6b07bb3944b2e2a373f', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),