Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit cf04e06

Browse files
chromium-webrtc-autorollCommit Bot
authored andcommitted

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DEPS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vars = {
1010
# chromium waterfalls. More info at: crbug.com/570091.
1111
'checkout_configuration': 'default',
1212
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
13-
'chromium_revision': 'ed5ec9b235fe735c4ef2cac7ebda2958e3ff71ca',
13+
'chromium_revision': 'c814c493d74827a139e355a648de6605b4baa251',
1414

1515
# This can be overridden, e.g. with custom_vars, to download a nonstandard
1616
# Xcode version in build/mac_toolchain.py
@@ -24,7 +24,7 @@ deps = {
2424
'src/base':
2525
'https://chromium.googlesource.com/chromium/src/base@ddaf6eb84957661cdae906ffe839db1b79a3be7c',
2626
'src/build':
27-
'https://chromium.googlesource.com/chromium/src/build@36295eaa2a255510e5a33e39815ebe799ac6c51e',
27+
'https://chromium.googlesource.com/chromium/src/build@d2516aa4522aabe4e28864bf5c7d6b3e0451fdb8',
2828
'src/buildtools':
2929
'https://chromium.googlesource.com/chromium/src/buildtools@4be464e050b3d05060471788f926b34c641db9fd',
3030
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@@ -33,13 +33,13 @@ deps = {
3333
'condition': 'checkout_android',
3434
},
3535
'src/ios': {
36-
'url': 'https://chromium.googlesource.com/chromium/src/ios@b3a68fc8f7bf760c7a74742ced7fef582f338e69',
36+
'url': 'https://chromium.googlesource.com/chromium/src/ios@dffd8a6463fbb5daadf2b5dedc8e16d14f4a65ad',
3737
'condition': 'checkout_ios',
3838
},
3939
'src/testing':
40-
'https://chromium.googlesource.com/chromium/src/testing@c65f2c89976c43359ded9edbd1c614b1730ab18e',
40+
'https://chromium.googlesource.com/chromium/src/testing@2fbb1eacdb4bb73c98644cc4d5afb914d3d72d92',
4141
'src/third_party':
42-
'https://chromium.googlesource.com/chromium/src/third_party@89556560b847929b083bd9b355d8624341661bdf',
42+
'https://chromium.googlesource.com/chromium/src/third_party@ec67470d2007cb87616cf9b62aac3147b6f650f1',
4343

4444
'src/buildtools/linux64': {
4545
'packages': [
@@ -137,7 +137,7 @@ deps = {
137137
'src/third_party/colorama/src':
138138
'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
139139
'src/third_party/depot_tools':
140-
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@422c039e8e1b95402a10734e1c1e376084fbd15e',
140+
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@d0b4e1976ca16b4090e79946f97d277acd124b5e',
141141
'src/third_party/ffmpeg':
142142
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e61dd757a8c09139c03ffa2ef285d5678909370a',
143143
'src/third_party/findbugs': {
@@ -210,7 +210,7 @@ deps = {
210210
'src/third_party/perfetto':
211211
'https://android.googlesource.com/platform/external/perfetto.git@7cdc44f903d3bcfd1d0f67188bfa797a24756868',
212212
'src/third_party/libvpx/source/libvpx':
213-
'https://chromium.googlesource.com/webm/libvpx.git@97356acb50e212fcfb7c91715718ec70953f780c',
213+
'https://chromium.googlesource.com/webm/libvpx.git@7e8ea22e4056a3da04b139fcc812a3f6937bbed7',
214214
'src/third_party/libyuv':
215215
'https://chromium.googlesource.com/libyuv/libyuv.git@6866adbec5af1b3c66d1ace334a43ad61e6bb268',
216216
'src/third_party/lss': {
@@ -265,7 +265,7 @@ deps = {
265265
'condition': 'checkout_win',
266266
},
267267
'src/tools':
268-
'https://chromium.googlesource.com/chromium/src/tools@3a602e9cd2af2d7518bf25874205dbe821dc0455',
268+
'https://chromium.googlesource.com/chromium/src/tools@8d11a3bd1a39de3252ca015ac43ec917fe961065',
269269
'src/tools/swarming_client':
270270
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',
271271

0 commit comments

Comments
 (0)