Roll chromium_revision 82e79a8a7f..01b26f767e (811607:811724)

Change log: 82e79a8a7f..01b26f767e
Full diff: 82e79a8a7f..01b26f767e

Changed dependencies
* src/build: 00ed20cfb8..43b644eec4
* src/ios: 79f2c32d6b..a9535ce02b
* src/testing: 830eed9a91..4d7c596873
* src/third_party: ccd67b5f17..3625560476
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/18d69fb4e7..0f6ed71076
* src/third_party/depot_tools: ead81e2ba2..991ead187c
* src/third_party/perfetto: 88c194fccd..76404b01d5
* src/tools: fec348511e..52771f0f31
DEPS diff: 82e79a8a7f..01b26f767e/DEPS

No update to Clang.

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

Change-Id: I3b72a2bb0dbd51ee482aaf8cae485db97fed684a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185944
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@{#32238}
This commit is contained in:
chromium-webrtc-autoroll
2020-09-29 09:01:37 -07:00
committed by Commit Bot
parent 307fab9e02
commit cc2975cb56

18
DEPS
View File

@ -10,7 +10,7 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091. # chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default', 'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': '82e79a8a7f54349f4d079f5ddc09a33cdef6f2a1', 'chromium_revision': '01b26f767e82922b205919388d91007883b487ab',
# This can be overridden, e.g. with custom_vars, to download a nonstandard # This can be overridden, e.g. with custom_vars, to download a nonstandard
# Xcode version in build/mac_toolchain.py # Xcode version in build/mac_toolchain.py
@ -24,7 +24,7 @@ deps = {
'src/base': 'src/base':
'https://chromium.googlesource.com/chromium/src/base@4e5904669f3a02941dafd060685280298dd4ee8d', 'https://chromium.googlesource.com/chromium/src/base@4e5904669f3a02941dafd060685280298dd4ee8d',
'src/build': 'src/build':
'https://chromium.googlesource.com/chromium/src/build@00ed20cfb85216692b502bb2a549028e2ee27a30', 'https://chromium.googlesource.com/chromium/src/build@43b644eec4c1f2cf13aa7759e32a65437408abf2',
'src/buildtools': 'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@3ff4f5027b4b81a6c9c36d64d71444f2709a4896', 'https://chromium.googlesource.com/chromium/src/buildtools@3ff4f5027b4b81a6c9c36d64d71444f2709a4896',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC. # Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -33,13 +33,13 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/ios': { 'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@79f2c32d6bd71f44e31415f24632f37bdf40e643', 'url': 'https://chromium.googlesource.com/chromium/src/ios@a9535ce02bd5b2844c4bc77b75090f070bbc350d',
'condition': 'checkout_ios', 'condition': 'checkout_ios',
}, },
'src/testing': 'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@830eed9a916eedefedfa4fe275f61fd30791bb71', 'https://chromium.googlesource.com/chromium/src/testing@4d7c5968737dc71979ba8a5ac0f543c214aca56f',
'src/third_party': 'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@ccd67b5f171ef4cb2f899f26d92377c90442e2c7', 'https://chromium.googlesource.com/chromium/src/third_party@36255604764252a48a3de30f7add185588c4281f',
'src/buildtools/linux64': { 'src/buildtools/linux64': {
'packages': [ 'packages': [
@ -130,14 +130,14 @@ deps = {
'src/third_party/breakpad/breakpad': 'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@9c4671f2e3a63c0f155d9b2511192d0b5fa7f760', 'https://chromium.googlesource.com/breakpad/breakpad.git@9c4671f2e3a63c0f155d9b2511192d0b5fa7f760',
'src/third_party/catapult': 'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@18d69fb4e7b2225974dfc306ca0c11a58fe4e917', 'https://chromium.googlesource.com/catapult.git@0f6ed710764d9858eb9d2ad2a2f92fde89d1634b',
'src/third_party/ced/src': { 'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5', 'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
}, },
'src/third_party/colorama/src': 'src/third_party/colorama/src':
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'src/third_party/depot_tools': 'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@ead81e2ba233835d7feb4dd6158014a1c3962ecb', 'https://chromium.googlesource.com/chromium/tools/depot_tools.git@991ead187c148de57990cbeecb9ad35767987a7c',
'src/third_party/ffmpeg': 'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e61dd757a8c09139c03ffa2ef285d5678909370a', 'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e61dd757a8c09139c03ffa2ef285d5678909370a',
'src/third_party/findbugs': { 'src/third_party/findbugs': {
@ -208,7 +208,7 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@88c194fccd3bfdcff22b4dfd0987230a433b5e96', 'https://android.googlesource.com/platform/external/perfetto.git@76404b01d5314c251218a4a34111a1aa8a3803ad',
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c', 'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c',
'src/third_party/libyuv': 'src/third_party/libyuv':
@ -265,7 +265,7 @@ deps = {
'condition': 'checkout_win', 'condition': 'checkout_win',
}, },
'src/tools': 'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@fec348511eda6d0aa9fc3dbccb7cbbea34bfcbf0', 'https://chromium.googlesource.com/chromium/src/tools@52771f0f31b22e02eedb50174abb0da2167e7dde',
'src/tools/swarming_client': 'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a', 'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',