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

Commit c05e9a0

Browse files
chromium-webrtc-autorollCommit Bot
chromium-webrtc-autoroll
authored and
Commit Bot
committed

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': 'eb498e0972b5401aaf40e98e22c0684631bc594c',
13+
'chromium_revision': '15eae87dde79dc8530dfbb9bc8f42e2c6c584a80',
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@56bf79cfe251e5d59545755caf7baa3b96e91c1e',
25+
'https://chromium.googlesource.com/chromium/src/base@e5a46ee795a42e7f8d885d6acb6888b228877bbe',
2626
'src/build':
27-
'https://chromium.googlesource.com/chromium/src/build@f12b0ac8bffb0b9add545b1e38efdcafedcf0278',
27+
'https://chromium.googlesource.com/chromium/src/build@2f6a131cc7bdb209fd1654fb5c62f8cdff75f04f',
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@7ac99997b36ad7985a5a78d925776142d769a3f7',
36+
'url': 'https://chromium.googlesource.com/chromium/src/ios@c41a4d93e9f322b3e664406cab249a10fff9b94b',
3737
'condition': 'checkout_ios',
3838
},
3939
'src/testing':
40-
'https://chromium.googlesource.com/chromium/src/testing@26fd14f32da42a680324f1c9bb136f3101f6c3f0',
40+
'https://chromium.googlesource.com/chromium/src/testing@5fccab2fe3bbe76a5ddfe00b1ee6e44b3f1e8f59',
4141
'src/third_party':
42-
'https://chromium.googlesource.com/chromium/src/third_party@beb2078b3a53a015e83594a3f30eba663926fa88',
42+
'https://chromium.googlesource.com/chromium/src/third_party@a69f4e6d340f8f6be981f230baafc35fa00c29c4',
4343

4444
'src/buildtools/linux64': {
4545
'packages': [
@@ -130,7 +130,7 @@ 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@56df381f7893b9cbf6edae333325c5ae8eb01903',
133+
'https://chromium.googlesource.com/catapult.git@e611beb1834069d510f53a5f436b31e9241b9993',
134134
'src/third_party/ced/src': {
135135
'url': 'https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git@ba412eaaacd3186085babcd901679a48863c7dd5',
136136
},
@@ -208,7 +208,7 @@ deps = {
208208
'condition': 'checkout_android',
209209
},
210210
'src/third_party/perfetto':
211-
'https://android.googlesource.com/platform/external/perfetto.git@7c2d888fdffc6294563173dc335f2d8d2d680b61',
211+
'https://android.googlesource.com/platform/external/perfetto.git@c251d370b65ed2b50c02e89c8d8852026c2fda24',
212212
'src/third_party/libvpx/source/libvpx':
213213
'https://chromium.googlesource.com/webm/libvpx.git@7e8ea22e4056a3da04b139fcc812a3f6937bbed7',
214214
'src/third_party/libyuv':
@@ -265,7 +265,7 @@ deps = {
265265
'condition': 'checkout_win',
266266
},
267267
'src/tools':
268-
'https://chromium.googlesource.com/chromium/src/tools@75b865bc9ffa757de7c43ecef2df59f15a3feb3f',
268+
'https://chromium.googlesource.com/chromium/src/tools@548cdef70c8f4970aaecf1c35589a4506098e046',
269269
'src/tools/swarming_client':
270270
'https://chromium.googlesource.com/infra/luci/client-py.git@d46ea7635f2911208268170512cb611412488fd8',
271271

0 commit comments

Comments
 (0)