From a524f95a1366d26c296190180abb22dfe5008039 Mon Sep 17 00:00:00 2001 From: chromium-webrtc-autoroll Date: Wed, 27 Mar 2019 09:01:34 -0700 Subject: [PATCH] Roll chromium_revision d36473037f..afedac6c9e (644705:644823) Change log: https://chromium.googlesource.com/chromium/src/+log/d36473037f..afedac6c9e Full diff: https://chromium.googlesource.com/chromium/src/+/d36473037f..afedac6c9e Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/4c4d6c0463..28791ab318 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/580f6e2334..6d94f9dd4f * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/594e6c84c0..6c84c53623 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/bc0c075e41..a20e2c9719 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/73cd33602c..12649127d2 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2b058ca058..2d11abbb30 * src/third_party/harfbuzz-ng/src: https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/bcb4e505d6..ec2a5dc859 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/22e576e2b4..0332572c90 DEPS diff: https://chromium.googlesource.com/chromium/src/+/d36473037f..afedac6c9e/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I92ee1ee3ceb391de0dc861792712bf1e2c2253c7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130000 Reviewed-by: Autoroller Commit-Queue: Autoroller Cr-Commit-Position: refs/heads/master@{#27321} --- DEPS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index e428d18116..9e5874fec5 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': 'd36473037f8b869fc7104c16b7e9c6581271dfd4', + 'chromium_revision': 'afedac6c9e8ba9ae83cfc8ec8b125baec6d9fec6', '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': '2b058ca0584c10f72ea037b740640f3fd05b47b7', + 'catapult_revision': '2d11abbb30a0609d6064a9dc50cf89dc719ce466', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -36,7 +36,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling HarfBuzz # and whatever else without interference from each other. - 'harfbuzz_revision': 'bcb4e505d6ffe33e3268a06698e75d6be0e64957', + 'harfbuzz_revision': 'ec2a5dc859b03ceb92518aa992e4e9c053b30534', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling luci-go CIPD package version # 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' + '@' + '4c4d6c0463928b5d8d4d0b18f1fd72a91b2301fb', + Var('chromium_git') + '/chromium/src/base' + '@' + '28791ab31834cda1fa43bf2d7ef9f025c605a079', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '580f6e2334b8548e2fa63b568601b9b42d053779', + Var('chromium_git') + '/chromium/src/build' + '@' + '6d94f9dd4f80f31400227c6a84303d6f90eed902', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'd09c967e260d6432009db05d2dab673b001fdeb2', # 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' + '@' + '594e6c84c0966d3a654afcc8e52ef44cb523ad6d', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '6c84c536237b75f61fabf4a92d1f730a600927f8', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'bc0c075e41522ead83e806ada9fa36622a52c43e', + Var('chromium_git') + '/chromium/src/testing' + '@' + 'a20e2c97191208a2230d3b02861490c9a255e9a5', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '73cd33602cc29e9dacafc4628d4f39ca0fa6e740', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '12649127d299ed2bd143b591610eb04d9e402c6d', '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' + '@' + '22e576e2b40547005e2b269d5887a9b5a6c3498d', + Var('chromium_git') + '/chromium/src/tools' + '@' + '0332572c90137d6f4ea913e5c4626f746c385032', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),