Fix 'absl' targets for is_component_build The upstream version of this BUILD.gn has the target as a `component` target, which is a chromium //build specific thing, so cannot be used in stand alone Skia. Instead for the Dawn custom version it is a `source set` and not include macros/defs related to component builds which were breaking Windows specific builds. Fixes: 409589680 Change-Id: I548d5327a48336fe836c4a5e5a678041b073fdcc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239794 Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> 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.