From e42246aea38714018bf7bebaef16ff0146bc4e45 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Thu, 9 May 2019 08:01:19 -0700 Subject: [PATCH] Roll chromium_revision e2dc9e7e32..4b6421eedd (658007:658122) Change log: https://chromium.googlesource.com/chromium/src/+log/e2dc9e7e32..4b6421eedd Full diff: https://chromium.googlesource.com/chromium/src/+/e2dc9e7e32..4b6421eedd Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/a595f57e66..5983836a25 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/f8e8a314cb..6dc269f7ac * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/87d4e59ee9..a8de43b0f5 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/07c6f3665e..1375bc1e5f * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/2a34218735..244093378f * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/09e818b4de..580e942266 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/7f05fe061c..b3bec1c4e6 DEPS diff: https://chromium.googlesource.com/chromium/src/+/e2dc9e7e32..4b6421eedd/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ib90cdda1950f9a48f68d231d2ecedafb2042c008 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/135821 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27894} --- DEPS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index baacc3ddf7..820417a826 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': 'e2dc9e7e3299ae5bd01abc698527160f245e72ba', + 'chromium_revision': '4b6421eedd5c7023c635d61cee27d5945484c989', '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': '09e818b4de419d2aa15c6f1ef36e49fdf6176a9f', + 'catapult_revision': '580e942266666fd5cb2de90aa04d266f02fbf7bc', # 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' + '@' + 'a595f57e6665c1db96d459b979bef92e7237d04d', + Var('chromium_git') + '/chromium/src/base' + '@' + '5983836a256ef25777a65cd93f1669175826155a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'f8e8a314cb87d36f0c0cee328f62f2b41ce98a31', + Var('chromium_git') + '/chromium/src/build' + '@' + '6dc269f7ac9e57c245b911b26a55fc4856d71bf5', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd5c58b84d50d256968271db459cd29b22bff1ba2', # 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' + '@' + '87d4e59ee9a97b6930169fcb742c4708586c3e91', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'a8de43b0f596bca800eaeb50ef3f6b69e7276a4e', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '07c6f3665ed654ceae3de5773c6d559a3f35b6a4', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1375bc1e5fd8619b1bcd6dacd3cf6568e72dd6c2', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '2a342187350ff57657df51bd9162db81f97a4983', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '244093378fbd17a432353d33ca48c5a8dab6d176', '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' + '@' + '7f05fe061cde3c41b0e85f5ba8eecdb0ac3d329a', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'b3bec1c4e6ff611d67fa7136e893947df4ce67ec', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),