Skip to content

Commit a786e27

Browse files
dawn-autorollDawn LUCI CQ
authored andcommitted
Roll Chromium from 49ac5d1eecf8 to 38fcb4dce97e (8436 revisions)
https://chromium.googlesource.com/chromium/src/+log/49ac5d1eecf8..38fcb4dce97e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromium-dawn Please CC chrome-gpu-infra@google.com,kainino@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://issues.chromium.org/issues/new?component=1571065&template=0 To file a bug in Dawn: https://issues.chromium.org/issues/new?component=1571065&template=0 To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md DEPS and submodule changes generated by running: scripts/roll_chromium_deps.py --revision 38fcb4dce97e900710844e7b7c32311bd8cffa58 --verbose --autoroll --ignore-unclean-workdir Test specs were then regenerated by syncing and running: infra/specs/generate_test_spec_json.py Repo entries: build: https://chromium.googlesource.com/chromium/src/build/+log/cf9d55d661..d882c1eff4 buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/d7c2ffbac2..4dc32b3f51 testing: https://chromium.googlesource.com/chromium/src/testing/+log/aad16809e3..c30f17ada3 third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/adabe6e669..1597226b82 third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/e617119e2c..4bd4bcffdf third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a4318057fe..6e87d87cd5 third_party/googletest: https://chromium.googlesource.com/external/github.com/google/googletest/+log/065127f1e4..4fe3307fb2 third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c5dd8ade97..7ab65651ae third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/83a8520807..8f11bb1d44 third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/03f822d2a8..5ada3ef076 third_party/partition_alloc: https://chromium.googlesource.com/chromium/src/base/allocator/partition_allocator.git/+log/d2b46c259f..4b623f0c69 third_party/protobuf: https://chromium.googlesource.com/chromium/src/third_party/protobuf/+log/2caa6ae88f..110575cc01 third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/63d7e16739..e00f703871 tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang/+log/09bd4890d9..be193c7ef7 tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/09253e2e42..ce427735e0 CIPD entries: buildtools/linux64 buildtools/mac buildtools/win third_party/siso/cipd No GCS entries changed in this roll No explicitly synced GN variables in this roll Bug: None Tbr: kainino@google.com Change-Id: Ib1dd07407881be0a484ffd5416dfae49fe58291f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/283315 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
1 parent 1ec085d commit a786e27

16 files changed

Lines changed: 33 additions & 33 deletions

File tree

DEPS

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vars = {
2222
'dawn_tintd': False, # Also fetches dependencies required for building tintd.
2323
'dawn_cmake_version': 'version:2@3.23.3',
2424
'dawn_cmake_win32_sha1': 'b106d66bcdc8a71ea2cdf5446091327bfdb1bcd7',
25-
'dawn_gn_version': 'git_revision:5964f499767097d81dbe034e8b541c3988168073',
25+
'dawn_gn_version': 'git_revision:40aac3f15d34b3469e80b0c086a37bd069af2d6e',
2626
# ninja CIPD package version.
2727
# https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
2828
'dawn_ninja_version': 'version:3@1.12.1.chromium.4',
@@ -47,7 +47,7 @@ vars = {
4747
# reclient CIPD package version
4848
'reclient_version': 're_client_version:0.185.0.db415f21-gomaip',
4949
# siso CIPD package version.
50-
'siso_version': 'git_revision:49dcca5d2be985d8ac6d512e59ee59e315264fb8',
50+
'siso_version': 'git_revision:1624786919608fb2140226f6468cd8d0b52fe3b5',
5151

5252
# 'magic' text to tell depot_tools that git submodules should be accepted
5353
# but parity with DEPS file is expected.
@@ -66,15 +66,15 @@ vars = {
6666

6767
# Version of Chromium the DEPS entries synced by scripts/roll_chromium_deps.py
6868
# were last synced to.
69-
'chromium_revision': '49ac5d1eecf88c1448513193233e7ed238752773',
69+
'chromium_revision': '38fcb4dce97e900710844e7b7c32311bd8cffa58',
7070
# We never want to actually checkout Chromium, but we need a fake DEPS entry
7171
# in order for the Chromium -> Dawn DEPS autoroller to work.
7272
'checkout_placeholder_chromium': False,
7373
}
7474

7575
deps = {
7676
'buildtools': {
77-
'url': '{chromium_git}/chromium/src/buildtools@d7c2ffbac256d8c5ef718126e9d412f36c4ff777',
77+
'url': '{chromium_git}/chromium/src/buildtools@4dc32b3f510b330137385e2b3a631ca8e13a8e22',
7878
'condition': 'dawn_standalone',
7979
},
8080
'third_party/clang-format/script': {
@@ -107,23 +107,23 @@ deps = {
107107
},
108108

109109
'third_party/depot_tools': {
110-
'url': '{chromium_git}/chromium/tools/depot_tools.git@a4318057fe1f95e35d51d6b8e84b22717467e5d6',
110+
'url': '{chromium_git}/chromium/tools/depot_tools.git@6e87d87cd50eb052a5d3de176172b54a2ae905d6',
111111
'condition': 'dawn_standalone',
112112
},
113113

114114
'third_party/libc++/src': {
115-
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@c5dd8ade977af3a7441bbf99a2dcac2d5820e702',
115+
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@7ab65651aed6802d2599dcb7a73b1f82d5179d05',
116116
'condition': 'dawn_standalone',
117117
},
118118

119119
'third_party/libc++abi/src': {
120-
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@83a852080747b9a362e8f9e361366b7a601f302c',
120+
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@8f11bb1d4438d0239d0dfc1bd9456a9f31629dda',
121121
'condition': 'dawn_standalone',
122122
},
123123

124124
# Required by libc++
125125
'third_party/llvm-libc/src': {
126-
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@03f822d2a88c8f68f6a92c5cb3e79ccc3002e8a9',
126+
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@5ada3ef076b33899f3c229e510cce5672f58b7c6',
127127
'condition': 'dawn_standalone',
128128
},
129129

@@ -138,11 +138,11 @@ deps = {
138138
# The //build and //tools/* deps should all be updated in unison, as
139139
# there are dependencies between them.
140140
'build': {
141-
'url': '{chromium_git}/chromium/src/build@cf9d55d66194cd6ec9d8f7e61b4d6d96ee52994e',
141+
'url': '{chromium_git}/chromium/src/build@d882c1eff4722c3e715a65b1ff0cc1b4dd4dfc0d',
142142
'condition': 'dawn_standalone',
143143
},
144144
'tools/clang': {
145-
'url': '{chromium_git}/chromium/src/tools/clang@09bd4890d910840bfddc60bdd33b2459a30d34dc',
145+
'url': '{chromium_git}/chromium/src/tools/clang@be193c7ef74114b59488e2d67a518cc1bc584aae',
146146
'condition': 'dawn_standalone',
147147
},
148148
'tools/memory': {
@@ -242,26 +242,26 @@ deps = {
242242

243243
# Used for Dawn-side GN arg definitions.
244244
'tools/mb': {
245-
'url': '{chromium_git}/chromium/src/tools/mb@09253e2e4257c5b03d299d2b2a09eba3b7f3b297',
245+
'url': '{chromium_git}/chromium/src/tools/mb@ce427735e0407982dcd86419d5d0b0127d95c389',
246246
'condition': 'dawn_standalone',
247247
},
248248

249249
# Testing, GTest and GMock
250250
'testing': {
251-
'url': '{chromium_git}/chromium/src/testing@aad16809e3195963334c7eee46e3aca819864752',
251+
'url': '{chromium_git}/chromium/src/testing@c30f17ada34288e1cd45b18cc19c80d23aca4f26',
252252
'condition': 'dawn_standalone',
253253
},
254254
'third_party/libFuzzer/src': {
255255
'url': '{chromium_git}/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git' + '@' + 'bea408a6e01f0f7e6c82a43121fe3af4506c932e',
256256
'condition': 'dawn_standalone',
257257
},
258258
'third_party/googletest': {
259-
'url': '{chromium_git}/external/github.com/google/googletest@065127f1e4b46c5f14fc73cf8d323c221f9dc68e',
259+
'url': '{chromium_git}/external/github.com/google/googletest@4fe3307fb2d9f86d19777c7eb0e4809e9694dde7',
260260
'condition': 'dawn_standalone',
261261
},
262262
# This is a dependency of //testing
263263
'third_party/catapult': {
264-
'url': '{chromium_git}/catapult.git@e617119e2c9cadf4c4147597112fd40b2b2fa522',
264+
'url': '{chromium_git}/catapult.git@4bd4bcffdfa57d0c9ffaf911e306c931cb2b6219',
265265
'condition': 'dawn_standalone',
266266
},
267267
'third_party/google_benchmark/src': {
@@ -345,12 +345,12 @@ deps = {
345345
},
346346

347347
'third_party/zlib': {
348-
'url': '{chromium_git}/chromium/src/third_party/zlib@63d7e16739d83e3a16c673692a348e52db1a3a11',
348+
'url': '{chromium_git}/chromium/src/third_party/zlib@e00f7038713ff2e751c28a1ac08f0b68bca8567c',
349349
'condition': 'dawn_standalone',
350350
},
351351

352352
'third_party/abseil-cpp': {
353-
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@adabe6e669a66cb842e7a87a08620e486b6276f6',
353+
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@1597226b825a16493de66c1732171efe89b271d9',
354354
'condition': 'dawn_standalone',
355355
},
356356

@@ -565,7 +565,7 @@ deps = {
565565

566566
# Misc dependencies inherited from Tint
567567
'third_party/protobuf': {
568-
'url': '{chromium_git}/chromium/src/third_party/protobuf@2caa6ae88fd4eca3fb7e7e975fc9d841ca42defa',
568+
'url': '{chromium_git}/chromium/src/third_party/protobuf@110575cc0100e5b912b45f7a81d880ebef5e15c5',
569569
'condition': 'dawn_standalone',
570570
},
571571

@@ -593,7 +593,7 @@ deps = {
593593
# Dependencies for PartitionAlloc.
594594
# Doc: https://docs.google.com/document/d/1wz45t0alQthsIU9P7_rQcfQyqnrBMXzrOjSzdQo-V-A
595595
'third_party/partition_alloc': {
596-
'url': '{chromium_git}/chromium/src/base/allocator/partition_allocator.git@d2b46c259f0bd47fcc5d20c2cca97043ca5c71fe',
596+
'url': '{chromium_git}/chromium/src/base/allocator/partition_allocator.git@4b623f0c69ff979206bc7788fedbb27ddffbdcb3',
597597
'condition': 'dawn_standalone',
598598
},
599599

build

Submodule build updated from cf9d55d to d882c1e

buildtools

Submodule buildtools updated from d7c2ffb to 4dc32b3

testing

Submodule testing updated from aad1680 to c30f17a

third_party/abseil-cpp

Submodule abseil-cpp updated from adabe6e to 1597226

third_party/catapult

Submodule catapult updated from e617119 to 4bd4bcf

third_party/depot_tools

Submodule depot_tools updated from a431805 to 6e87d87

third_party/googletest

Submodule googletest updated 32 files

third_party/libc++/src

Submodule src updated from c5dd8ad to 7ab6565

third_party/libc++abi/src

Submodule src updated from 83a8520 to 8f11bb1

0 commit comments

Comments
 (0)