From 8fb20cefc76a525d749e23e10172284444596ced Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 25 Oct 2018 00:01:07 -0700 Subject: [PATCH] Roll chromium_revision f57bd4785e..d68fb50e14 (602511:602627) Change log: https://chromium.googlesource.com/chromium/src/+log/f57bd4785e..d68fb50e14 Full diff: https://chromium.googlesource.com/chromium/src/+/f57bd4785e..d68fb50e14 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6cc6ee9644..d51406bdb7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/c73894adeb..d091f1dc17 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/f1cc888569..ae87b1ea91 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/93e2726dec..7722c28f55 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/bdcfce54a8..ed6fe0f638 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/07793bb3fe..5cd811feb9 DEPS diff: https://chromium.googlesource.com/chromium/src/+/f57bd4785e..d68fb50e14/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ia6bdbae5a59a0f6e0412faf7bf589354146c2639 Reviewed-on: https://webrtc-review.googlesource.com/c/107801 Commit-Queue: Autoroller Reviewed-by: Autoroller Cr-Commit-Position: refs/heads/master@{#25348} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 76e8ce9499..395dacc724 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': 'f57bd4785eea318ceac18cf090ed21a88cb6d9d1', + 'chromium_revision': 'd68fb50e144e2824951e07c72a3982efbd30d9fc', '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': 'bdcfce54a8d5dada227a0554771d86d704324aad', + 'catapult_revision': 'ed6fe0f638403e1afd377e38975e4fd430f53432', # 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,7 +42,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' + '@' + '6cc6ee9644f792fb56cd026d23bca96b2f7e5c8a', + Var('chromium_git') + '/chromium/src/base' + '@' + 'd51406bdb7de3c16caffcd3bdeb00219eb98e2a6', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '5a371bcc0efe2cc84f384f14bdf5eaf5fe3e271a', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c73894adebb4d7980c1bb2b23e5ee5c97bb1776b', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'd091f1dc171b9d26bf840496e3088de721ecd998', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'f1cc8885695488955427c7117935b34ad5f0485f', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'ae87b1ea913a46495017204caca22dd6bb99645b', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '93e2726dec627671310e2100b31be37b89c68c8f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '7722c28f55221ccb9904ad7f9952c52a45b89ac2', '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' + '@' + '07793bb3fe02cdcabe9d82e70f6694f8c7c7c082', + Var('chromium_git') + '/chromium/src/tools' + '@' + '5cd811feb905a4777c32f59507d268d4023c81ee', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),