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

Commit e441d5b

Browse files
chromium-webrtc-autorollCommit Bot
authored andcommitted
1 parent 9f32f3b commit e441d5b

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': 'a05846da23f5b634934498f981b01cd16a591b70',
13+
'chromium_revision': 'ed5ec9b235fe735c4ef2cac7ebda2958e3ff71ca',
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@2aba4f5c5b50ecc8e9d6367168943b74b04cce0d',
25+
'https://chromium.googlesource.com/chromium/src/base@ddaf6eb84957661cdae906ffe839db1b79a3be7c',
2626
'src/build':
27-
'https://chromium.googlesource.com/chromium/src/build@50f81f2452a9cd5f05b45a0cb6c095a46822dbed',
27+
'https://chromium.googlesource.com/chromium/src/build@36295eaa2a255510e5a33e39815ebe799ac6c51e',
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@5a1c27ee54058e8d054af077f6b5d73d5b01a6e4',
36+
'url': 'https://chromium.googlesource.com/chromium/src/ios@b3a68fc8f7bf760c7a74742ced7fef582f338e69',
3737
'condition': 'checkout_ios',
3838
},
3939
'src/testing':
40-
'https://chromium.googlesource.com/chromium/src/testing@2052eba5354e8968f321885ed42bbf234e5b2d10',
40+
'https://chromium.googlesource.com/chromium/src/testing@c65f2c89976c43359ded9edbd1c614b1730ab18e',
4141
'src/third_party':
42-
'https://chromium.googlesource.com/chromium/src/third_party@0d31f91cd783245f18b60fc3f69e5db144690d62',
42+
'https://chromium.googlesource.com/chromium/src/third_party@89556560b847929b083bd9b355d8624341661bdf',
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@74f8dbb9578277e945548fa2e3378ec426dc2c69',
133+
'https://chromium.googlesource.com/catapult.git@83c2cb1060772ddd0e096c49918785afb11148b4',
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@1407cfd9e5f4de4cf9bd04ecc435ee5b760675c1',
140+
'https://chromium.googlesource.com/chromium/tools/depot_tools.git@422c039e8e1b95402a10734e1c1e376084fbd15e',
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@eb39a750fb9295d93a50bddc6b490f2dcd262ddc',
268+
'https://chromium.googlesource.com/chromium/src/tools@3a602e9cd2af2d7518bf25874205dbe821dc0455',
269269
'src/tools/swarming_client':
270270
'https://chromium.googlesource.com/infra/luci/client-py.git@44c13d73156581ea09b9389001e58c23a4b8d70a',
271271

0 commit comments

Comments
 (0)