From 6e8bfaea94e0bc4e0d3077ba217c698752000dc3 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Tue, 25 Jun 2019 15:01:15 -0700 Subject: [PATCH] Roll chromium_revision 42482d4f53..c30c3a10ff (672061:672280) Change log: https://chromium.googlesource.com/chromium/src/+log/42482d4f53..c30c3a10ff Full diff: https://chromium.googlesource.com/chromium/src/+/42482d4f53..c30c3a10ff Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/5d9c89d684..518e4357af * src/build: https://chromium.googlesource.com/chromium/src/build/+log/800b1a21ed..d010cbfc6b * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9f181ae074..7fa66b1103 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/efbb3838d0..22a48e408e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/06d65fb9b8..01b8169e6d * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/fccbe0fd77..078b9a8af7 DEPS diff: https://chromium.googlesource.com/chromium/src/+/42482d4f53..c30c3a10ff/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I29775fec2e2882492c7a4e142b1dd14d70d13fd8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/143846 Reviewed-by: Autoroller Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#28379} --- DEPS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 4bed513c94..617f9e7e71 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': '42482d4f5324ceefe37d7a84777c53febfcf4efa', + 'chromium_revision': 'c30c3a10ff4393b8630333046bba73b78fe634aa', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -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' + '@' + '5d9c89d6845c2e351f1b75fab0efade007f00a65', + Var('chromium_git') + '/chromium/src/base' + '@' + '518e4357aff7d3267d2381ee3d87d5c89f892135', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '800b1a21ed48bfa17e178da0062b62ca176c35f8', + Var('chromium_git') + '/chromium/src/build' + '@' + 'd010cbfc6b9d9712edc91958723c10964bbfb257', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + '80b545b427d95ac8996a887fa32ba1d64919792d', # 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' + '@' + '9f181ae074b0f1e53bd60e9333cdfb816bc9ce44', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7fa66b1103140faf205307c2219e58fc9899bb4d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'efbb3838d0aaaf89b183d84b4087a6bc7a9fef94', + Var('chromium_git') + '/chromium/src/testing' + '@' + '22a48e408e2b2e69558c5927b64b1bf1095e7db6', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '06d65fb9b8e73e17c78f3affb172b59f5d228561', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '01b8169e6d8e3a5139589300f3dda81137d38602', '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' + '@' + 'fccbe0fd77eaa449075328f8fa44b1899d0b493c', + Var('chromium_git') + '/chromium/src/tools' + '@' + '078b9a8af75035cdfad9a309d20015d25d6bbd27', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),