Skip to content

Commit dc3173d

Browse files
chromium-webrtc-autorollWebRTC LUCI CQ
authored andcommitted
Roll chromium_revision 6f9b3224db..af7f3f9345 (1338914:1339036)
Change log: https://chromium.googlesource.com/chromium/src/+log/6f9b3224db..af7f3f9345 Full diff: https://chromium.googlesource.com/chromium/src/+/6f9b3224db..af7f3f9345 Changed dependencies * src/base: https://chromium.googlesource.com/chromium/src/base/+log/f092508cc2..b8c2232900 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/a0e5713502..f513056e19 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/a603c11cfa..cd805e94ec * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/7605e1a3e3..f8da9e037e * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/49b13d9832..8759cb0df3 * src/third_party/androidx/cipd: o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC..CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C * src/third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/6db1ccfa71..116c20dae6 * src/third_party/perfetto: https://android.googlesource.com/platform/external/perfetto.git/+log/26643fc4e9..8c29d5e1fe * src/third_party/r8: PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC..QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/1487e03fbb..2dc218958f DEPS diff: https://chromium.googlesource.com/chromium/src/+/6f9b3224db..af7f3f9345/DEPS No update to Clang. BUG=None Change-Id: I69b4d29fe1915edb228dd59c0eb65ff1e926f353 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/358901 Bot-Commit: Autoroller <[email protected]> Commit-Queue: Autoroller <[email protected]> Cr-Commit-Position: refs/heads/main@{#42749}
1 parent 0c4c4e6 commit dc3173d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

DEPS

Lines changed: 11 additions & 11 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': '6f9b3224db70bdef45b0a90eb35e8a1bfc442964',
13+
'chromium_revision': 'af7f3f934503598ece54fac9da3fcb2c2fab4a57',
1414

1515
# Fetch the prebuilt binaries for llvm-cov and llvm-profdata. Needed to
1616
# process the raw profiles produced by instrumented targets (built with
@@ -61,9 +61,9 @@ vars = {
6161
deps = {
6262
# TODO(kjellander): Move this to be Android-only.
6363
'src/base':
64-
'https://chromium.googlesource.com/chromium/src/base@f092508cc2ff0d1ec8d0dab86095fdd65b658f21',
64+
'https://chromium.googlesource.com/chromium/src/base@b8c2232900408c4ebaa553853abde978cd9d30d7',
6565
'src/build':
66-
'https://chromium.googlesource.com/chromium/src/build@a0e5713502d43369d238f110f789c190e5e3c022',
66+
'https://chromium.googlesource.com/chromium/src/build@f513056e199b26044be641df8f4cee18ce222243',
6767
'src/buildtools':
6868
'https://chromium.googlesource.com/chromium/src/buildtools@19268125543e152a215808913dacafe77ecae63f',
6969
# Gradle 6.6.1. Used for testing Android Studio project generation for WebRTC.
@@ -72,13 +72,13 @@ deps = {
7272
'condition': 'checkout_android',
7373
},
7474
'src/ios': {
75-
'url': 'https://chromium.googlesource.com/chromium/src/ios@a603c11cfabf1606f0ea408d3e1f401d46c4ac6f',
75+
'url': 'https://chromium.googlesource.com/chromium/src/ios@cd805e94ec7112fee52d79fd95379d5fe842738b',
7676
'condition': 'checkout_ios',
7777
},
7878
'src/testing':
79-
'https://chromium.googlesource.com/chromium/src/testing@7605e1a3e36ad115dbf98ea87f84ca19a30ad5f6',
79+
'https://chromium.googlesource.com/chromium/src/testing@f8da9e037ec76c08127993f29f9bb96cacbcc513',
8080
'src/third_party':
81-
'https://chromium.googlesource.com/chromium/src/third_party@49b13d98329c26cfd8d1f73717cee343583cb2c8',
81+
'https://chromium.googlesource.com/chromium/src/third_party@8759cb0df33e4dfe4ede029ea400ba9ccea27d5c',
8282

8383
'src/buildtools/linux64': {
8484
'packages': [
@@ -130,7 +130,7 @@ deps = {
130130
'src/third_party/libc++abi/src':
131131
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@eb6567388e89d9730c76dee71d68ac82e4a1abf6',
132132
'src/third_party/libunwind/src':
133-
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@6db1ccfa71064a8129710fc77a567160fdfba7fd',
133+
'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git@116c20dae60d84a77005697cf29f72783f81b0f9',
134134

135135
'src/third_party/test_fonts/test_fonts': {
136136
'dep_type': 'gcs',
@@ -328,7 +328,7 @@ deps = {
328328
'condition': 'checkout_android',
329329
},
330330
'src/third_party/perfetto':
331-
'https://android.googlesource.com/platform/external/perfetto.git@26643fc4e9cd601b137f4cd40e9598c1d14a17ec',
331+
'https://android.googlesource.com/platform/external/perfetto.git@8c29d5e1fe294ed2c3a74ace37a44a7089b13c41',
332332
'src/third_party/protobuf-javascript/src':
333333
Var('chromium_git') + '/external/github.com/protocolbuffers/protobuf-javascript' + '@' + 'e34549db516f8712f678fcd4bc411613b5cc5295',
334334
'src/third_party/libvpx/source/libvpx':
@@ -363,7 +363,7 @@ deps = {
363363
'packages': [
364364
{
365365
'package': 'chromium/third_party/r8',
366-
'version': 'PXH37yAaLUOxMKapVN58gGbrt4ncdU0of7PVnU1hqlAC',
366+
'version': 'QtuJZ4FItKaGzvgYY4l_aNZxhg-fSMmRkva2D9sK7KcC',
367367
},
368368
],
369369
'condition': 'checkout_android',
@@ -387,7 +387,7 @@ deps = {
387387
'condition': 'checkout_android',
388388
},
389389
'src/tools':
390-
'https://chromium.googlesource.com/chromium/src/tools@1487e03fbb139da80f4812fd2dba64979158d3f8',
390+
'https://chromium.googlesource.com/chromium/src/tools@2dc218958f585cd4a4bdcd41c7589dff90af878d',
391391

392392
'src/third_party/espresso': {
393393
'packages': [
@@ -426,7 +426,7 @@ deps = {
426426
'packages': [
427427
{
428428
'package': 'chromium/third_party/androidx',
429-
'version': 'o9-gndsuJRMgUwrhQG8Ozqkmxs-SQt9pn6kzqZmuQYMC',
429+
'version': 'CC-HiuDii7JswuvWjXQur3fE6jiFKEHspEJlVlnvmd0C',
430430
},
431431
],
432432
'condition': 'checkout_android and non_git_source',

0 commit comments

Comments
 (0)