Roll chromium_revision 23962c3887..55b877610b (615838:615952)
Change log:23962c3887..55b877610b
Full diff:23962c3887..55b877610b
Changed dependencies * src/base:829b6ccedb..2c51270c90
* src/build:e25071980f..bc6cc60bf4
* src/ios:1ebbd99c5d..bfad732d13
* src/testing:d3e62198f6..82b602379f
* src/third_party:600c67ebe5..c4f7a938fc
* src/tools:19d16a5b91..c8c5471ed6
DEPS diff:23962c3887..55b877610b
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ic5c1007aa443de9ca20d25e1620adc63e45d276b Reviewed-on: https://webrtc-review.googlesource.com/c/114220 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@{#25995}
This commit is contained in:

committed by
Commit Bot

parent
1618095100
commit
cb3ad285b3
14
DEPS
14
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': '23962c38875862b83710ee8b17c3cabe10462744',
|
||||
'chromium_revision': '55b877610bad100a9ff4b5d43c1c6d7aea6d22f8',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -46,9 +46,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' + '@' + '829b6ccedb973a493bda39adf59b522729bf979a',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '2c51270c900e68347356aeec233be3806603b0a2',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'e25071980f7fdfd7565f19b28b37cd31c88afbae',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'bc6cc60bf4d609fbac49e35e23ee1f7f390a7bdb',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7d88270de197ebe8b439ab5eb57a4a2a0bb810e0',
|
||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||
@ -58,13 +58,13 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '1ebbd99c5de745046d75e06363ee39674db6aede',
|
||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'bfad732d132bc04da32a64828ed71c7101ea8037',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'd3e62198f6ea70cd6fb1960ae548e6a54238306e',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '82b602379f625597530dfd449a4d1742b7d82c55',
|
||||
'src/third_party':
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '600c67ebe5f9292c16e866777f9a23d14213285f',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c4f7a938fcdc796ad9fead3ab01e0508c129b831',
|
||||
'src/third_party/android_ndk': {
|
||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||
'condition': 'checkout_android',
|
||||
@ -229,7 +229,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' + '@' + '19d16a5b911dd7973443e22389bcb540fc899e01',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'c8c5471ed6972691cc871ebefb3441e220e27eba',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
|
Reference in New Issue
Block a user