Roll chromium_revision 56b0d36f99..819d50e7b3 (649210:649313)
Change log:56b0d36f99..819d50e7b3Full diff:56b0d36f99..819d50e7b3Changed dependencies * src/base:7d49cf9c89..601b6fd4a7* src/build:535d33e550..f87dec4062* src/ios:82a5329d11..f8cb68028c* src/testing:927e3f9fb3..7af8e90d7f* src/third_party:36c9b465e8..23b47ba4ec* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/3d77140b9d..4689063021 * src/tools:76eeaf93d6..78c1983b61DEPS diff:56b0d36f99..819d50e7b3/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ie16c92c90ad788f9e934476086fba3fe4504b9bc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131984 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@{#27531}
This commit is contained in:
parent
f4770401dc
commit
427a248e72
16
DEPS
16
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': '56b0d36f997f1b5351375d444c0e6bbde86d7a6b',
|
||||
'chromium_revision': '819d50e7b35fe85a2e739e4ce9f98f5430aadbf5',
|
||||
'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': '3d77140b9d58765cd6fb3aaf541f8a0436375ad0',
|
||||
'catapult_revision': '4689063021d294a77a720962fbea83432e602be4',
|
||||
# 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' + '@' + '7d49cf9c89c5ed4469ebe74cad5405a97d5bbbe4',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '601b6fd4a79736c0c9fb237045cc3c08473f0783',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '535d33e5509d2c40d3ea9ece300ab99999346384',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'f87dec406249c76e87c1877fad6ed06b1d54a36b',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '218cb3d12efc52e79dbaf9f8d52d721d8b5a45a7',
|
||||
# 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' + '@' + '82a5329d11234a6a9f6b87106c4fbf789bcd5695',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'f8cb68028ca96032f750c154b697501ef2a0d0f2',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '927e3f9fb353a0104ee891075d5bb7fe3280b70e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7af8e90d7f9a6b14e5879f3f5f2ba75a5a530dc6',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '36c9b465e801d1d9b125b1076064937257841988',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '23b47ba4ec998153f656e7268d995fb553b29393',
|
||||
|
||||
'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' + '@' + '76eeaf93d6a3752bc886618b33221a15ecb31252',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '78c1983b6199759ee9bd56aef2f89dfccbfa3441',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user