tools: Replace copy-pasta scripts

There were a bunch of helper scripts to build a go tool and run it.
Replace these with a single 'run' command that takes the tool name and arguments.

Helps reduce maintainance, file spew.

Also add the 'tools/bin' directory to .gitignore. These are the cached tool binaries.

Bug: dawn:1339
Change-Id: I012c966736b4d93949f6142c342cdcfefa9f0083
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86063
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2022-04-07 18:26:45 +00:00
committed by Dawn LUCI CQ
parent aba5a212ca
commit 9f49ac5493
11 changed files with 35 additions and 278 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@
/third_party/vulkan_memory_allocator
/third_party/webgpu-cts
/third_party/zlib
/tools/bin
/tools/clang
/tools/cmake*
/tools/golang