Roll WebGPU-CTS

BUG=dawn:1364, dawn:1376

Change-Id: I5e4c5568572892129e196cb6ae73d0230c6dec5b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87201
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Jiawei Shao
2022-04-19 12:01:04 +00:00
committed by Dawn LUCI CQ
parent b92f31bf53
commit e1aa107ab3
2 changed files with 10 additions and 3 deletions

4
DEPS
View File

@@ -153,7 +153,7 @@ deps = {
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@9861f5e1d92559c03a8d769117124de97adc47c4',
'url': '{chromium_git}/external/github.com/gpuweb/cts@a06666e00023a15b15687db9e3e1985a489d0509',
'condition': 'build_with_chromium',
},
@@ -171,7 +171,7 @@ deps = {
'condition': 'dawn_node',
},
'third_party/gpuweb-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@9861f5e1d92559c03a8d769117124de97adc47c4',
'url': '{chromium_git}/external/github.com/gpuweb/cts@a06666e00023a15b15687db9e3e1985a489d0509',
'condition': 'dawn_standalone',
},