Roll chromium_revision 369c665c3d..897c000738 (852709:852985)
Change log:369c665c3d..897c000738
Full diff:369c665c3d..897c000738
Changed dependencies * src/base:fdd683a230..02773b96b2
* src/build:5f05614aaa..5088ad39f5
* src/buildtools:075cbcae5e..7e85fef7d9
* src/ios:5243be466e..64f3085aac
* src/testing:ee484b0fdf..75bb06ffcb
* src/third_party:c190017cf5..78bc5bf388
* src/third_party/androidx: 1WBn0YPU9rlqli8Ctebdf9E3s-CIFp7jei5nojlCemAC..CUNayWpb4JErvQkdCk8cchP0sY4xV9vBv35PWhtW4bcC * src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/c47bfce062..ce9b002ebd * src/third_party/depot_tools:399c5918bf..b0763b2c57
* src/third_party/perfetto:9b70f65e3d..c0182a5003
* src/tools:04f26cb57e..2e6da6d116
DEPS diff:369c665c3d..897c000738
/DEPS No update to Clang. TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com, BUG=None Change-Id: I2a941a9048c2e580839e8f9d5d6bc1daac393666 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/206940 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@{#33224}
This commit is contained in:

committed by
Commit Bot

parent
8bf61a3071
commit
f28d7e89b7
24
DEPS
24
DEPS
@ -7,31 +7,31 @@ vars = {
|
||||
# chromium waterfalls. More info at: crbug.com/570091.
|
||||
'checkout_configuration': 'default',
|
||||
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
|
||||
'chromium_revision': '369c665c3d7e7fa2b36953c6d878741603bebb04',
|
||||
'chromium_revision': '897c000738399ad4966d512e1834b45f952783a8',
|
||||
}
|
||||
|
||||
deps = {
|
||||
# TODO(kjellander): Move this to be Android-only once the libevent dependency
|
||||
# in base/third_party/libevent is solved.
|
||||
'src/base':
|
||||
'https://chromium.googlesource.com/chromium/src/base@fdd683a23000d33c6828bdf411e12e74f2401ddd',
|
||||
'https://chromium.googlesource.com/chromium/src/base@02773b96b2f577a3713586a9ad57c11cf3b48f0e',
|
||||
'src/build':
|
||||
'https://chromium.googlesource.com/chromium/src/build@5f05614aaaeb866f53485c82b52dd3554a6d9943',
|
||||
'https://chromium.googlesource.com/chromium/src/build@5088ad39f5b8c1d9d6669b871a0dfcf6668b0bd6',
|
||||
'src/buildtools':
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@075cbcae5e09de72bfe4e8c196223eb2a6952709',
|
||||
'https://chromium.googlesource.com/chromium/src/buildtools@7e85fef7d91fe57436e39e1c0ced05778aae8ed8',
|
||||
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
|
||||
'src/examples/androidtests/third_party/gradle': {
|
||||
'url': 'https://chromium.googlesource.com/external/github.com/gradle/gradle.git@f2d1fb54a951d8b11d25748e4711bec8d128d7e3',
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/ios': {
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@5243be466ec3ddc7f45265d2d0b53c28b0839409',
|
||||
'url': 'https://chromium.googlesource.com/chromium/src/ios@64f3085aaca8ae309cd8ed1d3520cd01094610ec',
|
||||
'condition': 'checkout_ios',
|
||||
},
|
||||
'src/testing':
|
||||
'https://chromium.googlesource.com/chromium/src/testing@ee484b0fdfe07a633440a1703941b00f37e058ce',
|
||||
'https://chromium.googlesource.com/chromium/src/testing@75bb06ffcb38c97f9f810219ea91e473b0342a96',
|
||||
'src/third_party':
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@c190017cf59f34c6e685d9dd439b38704813457d',
|
||||
'https://chromium.googlesource.com/chromium/src/third_party@78bc5bf388826fa4b825744d42f2cdb441863c41',
|
||||
|
||||
'src/buildtools/linux64': {
|
||||
'packages': [
|
||||
@ -118,7 +118,7 @@ deps = {
|
||||
},
|
||||
|
||||
'src/third_party/boringssl/src':
|
||||
'https://boringssl.googlesource.com/boringssl.git@c47bfce062cc5a1b462176be626338224ae2a346',
|
||||
'https://boringssl.googlesource.com/boringssl.git@ce9b002ebd0491a8dd802e208814360ce781f32b',
|
||||
'src/third_party/breakpad/breakpad':
|
||||
'https://chromium.googlesource.com/breakpad/breakpad.git@e3d485f73f5836fdd6fb287ab96973c4f63175e1',
|
||||
'src/third_party/catapult':
|
||||
@ -129,7 +129,7 @@ deps = {
|
||||
'src/third_party/colorama/src':
|
||||
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
|
||||
'src/third_party/depot_tools':
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@399c5918bf47ff1fe8477f27b57fa0e8c67e438d',
|
||||
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@b0763b2c57fed430291f0f2a76ec81976118d481',
|
||||
'src/third_party/ffmpeg':
|
||||
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@ebd8895ddb097b985db1fbdc816548549e211af9',
|
||||
'src/third_party/findbugs': {
|
||||
@ -200,7 +200,7 @@ deps = {
|
||||
'condition': 'checkout_android',
|
||||
},
|
||||
'src/third_party/perfetto':
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@9b70f65e3d394d1294080c60bef32a484c1dfbd1',
|
||||
'https://android.googlesource.com/platform/external/perfetto.git@c0182a50034c0c17a444c40aec96ee54239bc269',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
'https://chromium.googlesource.com/webm/libvpx.git@61edec1efbea1c02d71857e2aff9426d9cd2df4e',
|
||||
'src/third_party/libyuv':
|
||||
@ -257,7 +257,7 @@ deps = {
|
||||
'condition': 'checkout_win',
|
||||
},
|
||||
'src/tools':
|
||||
'https://chromium.googlesource.com/chromium/src/tools@04f26cb57ed380e9a52b689a1014be42cd966a00',
|
||||
'https://chromium.googlesource.com/chromium/src/tools@2e6da6d1162b0f6d45ca073b70f8ab655d70073e',
|
||||
'src/tools/swarming_client':
|
||||
'https://chromium.googlesource.com/infra/luci/client-py.git@a32a1607f6093d338f756c7e7c7b4333b0c50c9c',
|
||||
|
||||
@ -358,7 +358,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/androidx',
|
||||
'version': '1WBn0YPU9rlqli8Ctebdf9E3s-CIFp7jei5nojlCemAC',
|
||||
'version': 'CUNayWpb4JErvQkdCk8cchP0sY4xV9vBv35PWhtW4bcC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
Reference in New Issue
Block a user