commit | 188a54d806a2483a4b8f6e698460b6b2b18b9df3 | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@google.com> | Mon Feb 03 14:17:43 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 14:17:43 2025 -0800 |
tree | 8b3ed66951dc199b5288adc5b159af9c1e90a72c | |
parent | 5109cfb3ba273ce4ee99906fcf72a4a35038427c [diff] |
[tools][src] Convert ExpandHome to dependency injection Converts fileutils.ExpandHome to use dependency injection so that tests can avoid interacting with the real environment. Additionally, adds test coverage for affected code that is not blocked on other dependency injection conversions. Bug: 344014313 Change-Id: I1b78c0e601396fc1cbc80fb4f4c2380647dfec17 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223855 Commit-Queue: Brian Sheedy <bsheedy@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@google.com> Commit-Queue: 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.