Add CTS DEPS as input for verify_gen_ts_dep_list action

Change-Id: Id8b2528054a32192227261d81643fd68352e5857
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87304
Reviewed-by: Loko Kung <lokokung@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
Shrek Shao 2022-04-20 02:34:55 +00:00 committed by Dawn LUCI CQ
parent 09ce76b0d5
commit 951d12e94c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ copy("copy_resources") {
action("verify_gen_ts_dep_list") { action("verify_gen_ts_dep_list") {
script = "${dawn_root}/webgpu-cts/scripts/gen_ts_dep_lists.py" script = "${dawn_root}/webgpu-cts/scripts/gen_ts_dep_lists.py"
inputs = [ inputs = [
# TODO(kainino): Make sure this gets retriggered when the CTS dep changes. "../../../DEPS",
"resource_files.txt", "resource_files.txt",
"ts_sources.txt", "ts_sources.txt",
] ]