Rebuild webgpu-cts when files are deleted
Bug: chromium:1371251 Change-Id: I4837df026bb49f5f9542fb61ae37c506f86f06ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104621 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
6b3f4aaf26
commit
44f7b8ddf7
|
@ -57,6 +57,10 @@ action("compile_src") {
|
||||||
"//third_party/node/node_modules/typescript/lib/tsc.js",
|
"//third_party/node/node_modules/typescript/lib/tsc.js",
|
||||||
"//third_party/node/node.py",
|
"//third_party/node/node.py",
|
||||||
"${dawn_root}/webgpu-cts/scripts/tsc_ignore_errors.py",
|
"${dawn_root}/webgpu-cts/scripts/tsc_ignore_errors.py",
|
||||||
|
|
||||||
|
# If the only change is that a file is deleted, we still need to
|
||||||
|
# rebuild so that listing.js gets updated.
|
||||||
|
"ts_sources.txt",
|
||||||
] + ts_source_inputs
|
] + ts_source_inputs
|
||||||
|
|
||||||
outputs = js_outputs
|
outputs = js_outputs
|
||||||
|
|
Loading…
Reference in New Issue