Roll chromium_revision fc405b495a..834490b775 (600654:600802)
Change log:fc405b495a..834490b775
Full diff:fc405b495a..834490b775
Changed dependencies * src/base:8278fdf172..2678efb462
* src/build:5839d1c9c6..6c1a26a3f8
* src/ios:7b19a7a396..0d24e267b8
* src/testing:8fe3f6553d..af037a73ec
* src/third_party:1740871833..976084d5ee
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/519565187c..3d87816097 * src/third_party/depot_tools:08faab99d4..488362624b
* src/tools:cb9533a7c2..97e71d2db4
DEPS diff:fc405b495a..834490b775
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: Ie589f5d7dd8fb1f9f21b3de2a90b5132025797c9 Reviewed-on: https://webrtc-review.googlesource.com/c/106754 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@{#25261}
This commit is contained in:

committed by
Commit Bot

parent
cb06cac5b4
commit
aad5d36f95
18
DEPS
18
DEPS
@ -7,7 +7,7 @@ vars = {
|
|||||||
'checkout_configuration': 'default',
|
'checkout_configuration': 'default',
|
||||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||||
'webrtc_git': 'https://webrtc.googlesource.com',
|
'webrtc_git': 'https://webrtc.googlesource.com',
|
||||||
'chromium_revision': 'fc405b495ae8775429b52f33d1686c119b9299e2',
|
'chromium_revision': '834490b77593bf1f39e20b78afebc52702e96b98',
|
||||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling swarming_client
|
# the commit queue can handle CLs rolling swarming_client
|
||||||
@ -24,7 +24,7 @@ vars = {
|
|||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling catapult
|
# the commit queue can handle CLs rolling catapult
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
'catapult_revision': '519565187c85418c6d1443ec24bd1012afdfb247',
|
'catapult_revision': '3d878160972c48a536fdf9be9a9d0ab2892dea47',
|
||||||
# Three lines of non-changing comments so that
|
# Three lines of non-changing comments so that
|
||||||
# the commit queue can handle CLs rolling libFuzzer
|
# the commit queue can handle CLs rolling libFuzzer
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
@ -42,9 +42,9 @@ deps = {
|
|||||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||||
# in base/third_party/libevent is solved.
|
# in base/third_party/libevent is solved.
|
||||||
'src/base':
|
'src/base':
|
||||||
Var('chromium_git') + '/chromium/src/base' + '@' + '8278fdf172fe3b9f61f660df9163d9f1d5e93dfb',
|
Var('chromium_git') + '/chromium/src/base' + '@' + '2678efb46225132a1b9cae568b7f7847d490a5d4',
|
||||||
'src/build':
|
'src/build':
|
||||||
Var('chromium_git') + '/chromium/src/build' + '@' + '5839d1c9c67c68383d3fad086b081944ced52bfe',
|
Var('chromium_git') + '/chromium/src/build' + '@' + '6c1a26a3f8cac5d200ad0314223de2dc8d9f502d',
|
||||||
'src/buildtools':
|
'src/buildtools':
|
||||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '13a00f110ef910a25763346d6538b60f12845656',
|
||||||
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
|
||||||
@ -54,13 +54,13 @@ deps = {
|
|||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
},
|
},
|
||||||
'src/ios': {
|
'src/ios': {
|
||||||
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '7b19a7a3968d0418ea644a62c53d8a1b9093ffe7',
|
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '0d24e267b8d13f21f5298652c40ef5261829e93c',
|
||||||
'condition': 'checkout_ios',
|
'condition': 'checkout_ios',
|
||||||
},
|
},
|
||||||
'src/testing':
|
'src/testing':
|
||||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '8fe3f6553de7d07ebd51dc2212e9d0d73fe65b0a',
|
Var('chromium_git') + '/chromium/src/testing' + '@' + 'af037a73ec422562378d873e2f5ffa7ef8d553b8',
|
||||||
'src/third_party':
|
'src/third_party':
|
||||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + '174087183365629eec0f73f44ef526312ed00e7c',
|
Var('chromium_git') + '/chromium/src/third_party' + '@' + '976084d5ee38098b67b3524f16a5eb8783241e4d',
|
||||||
'src/third_party/android_ndk': {
|
'src/third_party/android_ndk': {
|
||||||
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -84,7 +84,7 @@ deps = {
|
|||||||
'src/third_party/colorama/src':
|
'src/third_party/colorama/src':
|
||||||
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||||
'src/third_party/depot_tools':
|
'src/third_party/depot_tools':
|
||||||
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '08faab99d41bd4f1f727267586ff28a227f80cd3',
|
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '488362624b6d263e7e59f5198f10216db1f284e6',
|
||||||
'src/third_party/errorprone/lib': {
|
'src/third_party/errorprone/lib': {
|
||||||
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7',
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
@ -195,7 +195,7 @@ deps = {
|
|||||||
'src/third_party/yasm/source/patched-yasm':
|
'src/third_party/yasm/source/patched-yasm':
|
||||||
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad',
|
||||||
'src/tools':
|
'src/tools':
|
||||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'cb9533a7c214a05c955f5fc325fec7d55685ccd9',
|
Var('chromium_git') + '/chromium/src/tools' + '@' + '97e71d2db433f1a77037d6d34fd44f06393e1e4b',
|
||||||
'src/tools/swarming_client':
|
'src/tools/swarming_client':
|
||||||
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user