commit | 6ea4471fa680982108e0148471005695f2e5a4c4 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Aug 16 15:35:53 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 16 15:35:53 2023 +0000 |
tree | c0fbb8370caf87d2699ed820cb1e37e942384264 | |
parent | 0ca4bc0e5dfd24b03e039c4bd9bfe540f82e3846 [diff] |
[tools][build] Track per-file transitive dependencies. If target A includes a file that indirectly includes a file from target B, then add target B to target A's dependency list. This is required to correctly depend on targets that are transitively referenced through chains of includes. Change-Id: I62bd5b079eabbe36acc08fcb545b14dcfe8598f4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146904 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.