Roll chromium_revision d36473037f..afedac6c9e (644705:644823)

Change log: d36473037f..afedac6c9e
Full diff: d36473037f..afedac6c9e

Changed dependencies
* src/base: 4c4d6c0463..28791ab318
* src/build: 580f6e2334..6d94f9dd4f
* src/ios: 594e6c84c0..6c84c53623
* src/testing: bc0c075e41..a20e2c9719
* src/third_party: 73cd33602c..12649127d2
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/2b058ca058..2d11abbb30
* src/third_party/harfbuzz-ng/src: bcb4e505d6..ec2a5dc859
* src/tools: 22e576e2b4..0332572c90
DEPS diff: 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 <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: Autoroller <chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#27321}
This commit is contained in:
chromium-webrtc-autoroll 2019-03-27 09:01:34 -07:00 committed by Commit Bot
parent 53c75cff2e
commit a524f95a13

18
DEPS
View File

@ -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'),