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

Commit df5f864

Browse files
chromium-webrtc-autorollCommit Bot
authored andcommitted
1 parent 3699236 commit df5f864

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DEPS

Lines changed: 9 additions & 9 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': 'c814c493d74827a139e355a648de6605b4baa251',
13+
'chromium_revision': '20cffe6848bbb413dc372aa8ac13da201f0a7734',
1414

1515
# This can be overridden, e.g. with custom_vars, to download a nonstandard
1616
# Xcode version in build/mac_toolchain.py
@@ -22,9 +22,9 @@ deps = {
2222
# TODO(kjellander): Move this to be Android-only once the libevent dependency
2323
# in base/third_party/libevent is solved.
2424
'src/base':
25-
'https://chromium.googlesource.com/chromium/src/base@ddaf6eb84957661cdae906ffe839db1b79a3be7c',
25+
'https://chromium.googlesource.com/chromium/src/base@f3eb7b12e0ed8c28cfd13c3fd26ef9922ee1aaa7',
2626
'src/build':
27-
'https://chromium.googlesource.com/chromium/src/build@d2516aa4522aabe4e28864bf5c7d6b3e0451fdb8',
27+
'https://chromium.googlesource.com/chromium/src/build@1bf0c3511067750e1dc0dfc9bee5c8560a2209a5',
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@dffd8a6463fbb5daadf2b5dedc8e16d14f4a65ad',
36+
'url': 'https://chromium.googlesource.com/chromium/src/ios@a89fc48a60e28343af94b3f600c9972b9b70a7ce',
3737
'condition': 'checkout_ios',
3838
},
3939
'src/testing':
40-
'https://chromium.googlesource.com/chromium/src/testing@2fbb1eacdb4bb73c98644cc4d5afb914d3d72d92',
40+
'https://chromium.googlesource.com/chromium/src/testing@1c3721788447a2b52f0ac353057642cf28cf16d6',
4141
'src/third_party':
42-
'https://chromium.googlesource.com/chromium/src/third_party@ec67470d2007cb87616cf9b62aac3147b6f650f1',
42+
'https://chromium.googlesource.com/chromium/src/third_party@8629fc0c0e64bd157728da0c4ac6d059832ab456',
4343

4444
'src/buildtools/linux64': {
4545
'packages': [
@@ -130,14 +130,14 @@ deps = {
130130
'src/third_party/breakpad/breakpad':
131131
'https://chromium.googlesource.com/breakpad/breakpad.git@9c4671f2e3a63c0f155d9b2511192d0b5fa7f760',
132132
'src/third_party/catapult':
133-
'https://chromium.googlesource.com/catapult.git@83c2cb1060772ddd0e096c49918785afb11148b4',
133+
'https://chromium.googlesource.com/catapult.git@532e564f622742fc93a7f91dd3556d711e778a7e',
134134
'src/third_party/ced/src': {
135135
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
136136
},
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@d0b4e1976ca16b4090e79946f97d277acd124b5e',
140+
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@9929780af36a5172da3e1a2d681d6374246adb0f',
141141
'src/third_party/ffmpeg':
142142
'https://chromium.googlesource.com/chromium/third_party/ffmpeg.git@e61dd757a8c09139c03ffa2ef285d5678909370a',
143143
'src/third_party/findbugs': {
@@ -265,7 +265,7 @@ deps = {
265265
'condition': 'checkout_win',
266266
},
267267
'src/tools':
268-
'https://chromium.googlesource.com/chromium/src/tools@8d11a3bd1a39de3252ca015ac43ec917fe961065',
268+
'https://chromium.googlesource.com/chromium/src/tools@34b77b399132ba2c2d5cf3aa57e3f48667a0aa18',
269269
'src/tools/swarming_client':
270270
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',
271271

0 commit comments

Comments
 (0)