[tint][gn] Fix naming of ClusterFuzz data files `fuzzer_test.gni` doesn't handle targets that use `output_name` correctly. It will build an executable with the requested name, but the ClusterFuzz data files (corpus, dictionary, options, owners, runtime_deps) will all use the target name for their output file names, and these will not be used by ClusterFuzz. To work around this, if an 'output_name' is specified, pass the 'output_name' to fuzzer_test() as the target name, then make a proxy 'target_name' group that depends on the fuzzer target. Change-Id: I97bcc254e08f7b4d42dc1f447141c46445908f00 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/184180 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.