Roll chromium_revision b452ca696d..19c2bebe7d (892948:893060)

Change log: b452ca696d..19c2bebe7d
Full diff: b452ca696d..19c2bebe7d

Changed dependencies
* src/base: 5728cd31d7..46146bca12
* src/build: 96bb81b691..94441aacf6
* src/buildtools/third_party/libunwind/trunk: 7e85c7a26b..a38ef11ab6
* src/ios: f3b597ed94..b9f393bf29
* src/testing: 72756fe569..1c1a1626e9
* src/third_party: da46404503..3bdcf36fcf
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/6434229377..70bf08ecdb
* src/third_party/depot_tools: e319aba2ba..592d5ec077
* src/third_party/freetype/src: 8336d53cff..c6fcd61228
* src/third_party/perfetto: 73cf27bf12..8b07d9bbd0
* src/tools: 6d465fb61f..dd9e6218fa
DEPS diff: b452ca696d..19c2bebe7d/DEPS

No update to Clang.

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

Change-Id: I0121ce62748a4e0b362cee40626faa7787f41df1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222822
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@{#34307}
This commit is contained in:
chromium-webrtc-autoroll 2021-06-16 11:02:06 -07:00 committed by WebRTC LUCI CQ
parent 355c47309d
commit 25029c4135

24
DEPS
View File

@ -10,7 +10,7 @@ vars = {
# chromium waterfalls. More info at: crbug.com/570091.
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'chromium_revision': 'b452ca696d154bb46945947cf2964f4955f3ad07',
'chromium_revision': '19c2bebe7d521d945f0430d18df076cab1a3962e',
# Keep the Chromium default of generating location tags.
'generate_location_tags': True,
@ -20,9 +20,9 @@ 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@5728cd31d79b054ee5139204a60026acb33faf86',
'https://chromium.googlesource.com/chromium/src/base@46146bca12010c6d90bea61afc616f85bd8ab460',
'src/build':
'https://chromium.googlesource.com/chromium/src/build@96bb81b69150bf0dc18457c223de441a47eda03e',
'https://chromium.googlesource.com/chromium/src/build@94441aacf6a6e315987e70933548d9d698da8405',
'src/buildtools':
'https://chromium.googlesource.com/chromium/src/buildtools@be7dcbc36110b9381f228b8e4ca73ca1db9bf21a',
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@ -31,13 +31,13 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': 'https://chromium.googlesource.com/chromium/src/ios@f3b597ed9487794747a50c8d8ef51c3141419982',
'url': 'https://chromium.googlesource.com/chromium/src/ios@b9f393bf2981f83a936ac88fed4565059535399c',
'condition': 'checkout_ios',
},
'src/testing':
'https://chromium.googlesource.com/chromium/src/testing@72756fe569f6b2b301cff39390f4d165efdfe4bd',
'https://chromium.googlesource.com/chromium/src/testing@1c1a1626e90003820328a5392a50630bbbcb7342',
'src/third_party':
'https://chromium.googlesource.com/chromium/src/third_party@da4640450370d5659e5092006f6260a87add65fa',
'https://chromium.googlesource.com/chromium/src/third_party@3bdcf36fcfa18f09f66704257f8e889ec9bbd291',
'src/buildtools/linux64': {
'packages': [
@ -77,7 +77,7 @@ deps = {
'src/buildtools/third_party/libc++abi/trunk':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@f4328ad7c0d8242d36cb5bea530925f9fea34248',
'src/buildtools/third_party/libunwind/trunk':
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@7e85c7a26be09db769732d59a829cc0d310e3ef6',
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@a38ef11ab68f975bb4fe5356aff5f0e3dabe9f23',
'src/tools/clang/dsymutil': {
'packages': [
@ -128,7 +128,7 @@ deps = {
'src/third_party/breakpad/breakpad':
'https://chromium.googlesource.com/breakpad/breakpad.git@c484031f1f199ee53567241426efffee49008f82',
'src/third_party/catapult':
'https://chromium.googlesource.com/catapult.git@64342293771b54709ee2d2d4d0c823e2d74a7c20',
'https://chromium.googlesource.com/catapult.git@70bf08ecdba10a3d8578c62a81044b3f70d6afe4',
'src/third_party/ced/src': {
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
},
@ -137,7 +137,7 @@ deps = {
'src/third_party/crc32c/src':
'https://chromium.googlesource.com/external/github.com/google/crc32c.git@5998f8451548244de8cde7fab387a550e7c4497d',
'src/third_party/depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@e319aba2ba1ce2aa82bb2508d2e85715d3bace53',
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@592d5ec077c9cbd999bc80de08eaab67489064b0',
'src/third_party/ffmpeg':
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@7e1d53a09f9ae4d8909bc7d426368887342eca01',
'src/third_party/findbugs': {
@ -150,7 +150,7 @@ deps = {
'condition': 'checkout_linux',
},
'src/third_party/freetype/src':
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@8336d53cff9f78bb48f1ba4aa670c1d8d81d1808',
'https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@c6fcd61228ea349e76aa4f09442c431308da3262',
'src/third_party/harfbuzz-ng/src':
'https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@4811e8f5d76ef528b4cec00f241cc4ab8110db30',
'src/third_party/google_benchmark/src': {
@ -214,7 +214,7 @@ deps = {
'condition': 'checkout_android',
},
'src/third_party/perfetto':
'https://android.googlesource.com/platform/external/perfetto.git@73cf27bf1244cc6d8605f4c4ba0840831908a6f5',
'https://android.googlesource.com/platform/external/perfetto.git@8b07d9bbd00bbc938dc5e81bea6f4e99087b54fe',
'src/third_party/libvpx/source/libvpx':
'https://chromium.googlesource.com/webm/libvpx.git@61edec1efbea1c02d71857e2aff9426d9cd2df4e',
'src/third_party/libyuv':
@ -271,7 +271,7 @@ deps = {
'condition': 'checkout_win',
},
'src/tools':
'https://chromium.googlesource.com/chromium/src/tools@6d465fb61fd58caa269eddaad95c448c1067fcf5',
'https://chromium.googlesource.com/chromium/src/tools@dd9e6218fa8ac3e8fc513a3ea1252c8de4c4b5d7',
'src/tools/swarming_client':
'https://chromium.googlesource.com/infra/luci/client-py.git@a32a1607f6093d338f756c7e7c7b4333b0c50c9c',