Roll chromium_revision ad5dd08069..9a91e04496 (748920:749020)

Change log: ad5dd08069..9a91e04496
Full diff: ad5dd08069..9a91e04496

Changed dependencies
* src/base: 3325855ae5..ec6c1e4d1e
* src/build: cd6c9dda12..3e210049d3
* src/ios: 40b07936fa..2cd0224458
* src/testing: aa8f2b07ee..cc303f1d06
* src/third_party: 4509cf0c09..db27bf8879
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4bdcfb7b6e..8bf3aecd33
* src/third_party/depot_tools: 8aa9d62e8e..552ddbf3bf
* src/tools: 7befc24683..4d1e13b3f2
DEPS diff: ad5dd08069..9a91e04496/DEPS

No update to Clang.

TBR=chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com,
BUG=None

Change-Id: I26988d5d4ffcba41fbca9f6a59e36dfaadc0def9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170202
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@{#30749}
This commit is contained in:
chromium-webrtc-autoroll
2020-03-10 19:02:52 -07:00
committed by Commit Bot
parent 6d2dfeb3e6
commit ed678386b4

18
DEPS
View File

@ -5,16 +5,16 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': 'ad5dd080690068725629c808a0311c49f0087b41',
'chromium_revision': '9a91e0449604c7378c312f6ff46dcd4bc3b7c8c3',
}
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@3325855ae5431e4c02038f0178575f22a1b1f0b2',
'https://chromium.googlesource.com/chromium/src/base@ec6c1e4d1e98161cab3763d6c995d9e2376929bc',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@cd6c9dda12b2e27955ac2c75b19c2b9edcfe7889',
'https://chromium.googlesource.com/chromium/src/build@3e210049d3196d9f0b09e975dc071f885e2f6fc4',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@1a8a3a71e0ec5cf3a8ad3aceecd690369be3c02a',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
@ -23,13 +23,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@40b07936faa76a3ff9f04cbcb87eaf30b20e3d4c',
'url': 'https://chromium.googlesource.com/chromium/src/ios@2cd02244582cb8badf1dbe7a302a075d763986aa',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@aa8f2b07eec9efed7b9f3d98e3fee6d3e0bab009',
'https://chromium.googlesource.com/chromium/src/testing@cc303f1d06bcdb4d4c8c1fc33b4c4f58293c7cc8',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@4509cf0c09f3366f11b71a585bd7626c232d1e71',
'https://chromium.googlesource.com/chromium/src/third_party@db27bf8879259382b67368a551b4fbd26f9e6dee',
'src/buildtools/linux64': {
'packages': [
@ -107,7 +107,7 @@ deps = {
'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git@1e859054c31ec7b974e998373e85fadea56d93ad',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@4bdcfb7b6e69d52559f73c7ff811d213eb0f9a8e',
'https://chromium.googlesource.com/catapult.git@8bf3aecd3335cc7b678c2d3ba24eaab6c43de13c',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
'condition': 'checkout_android',
@ -115,7 +115,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@8aa9d62e8ecce56cd1054bd8c2dd72ba02c7bb04',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@552ddbf3bfe04c7daa75e04d17263b4cd348999b',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@545152f30278da1d978284226a5fa510a9c92031',
'src/third_party/findbugs': {
@ -242,7 +242,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
'https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@720b70524a4424b15fc57e82263568c8ba0496ad',
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@7befc24683c8a166c247cfffb5002cb306fc04b3',
'https://chromium.googlesource.com/chromium/src/tools@4d1e13b3f2ca11fceb2c135efc5329cf43bfc6d8',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@cc958279ffd6853e0a1b227a7e957ca334fe56af',