commit | cfb9fee49b7c59f3faa0150edace243d069a2126 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <[email protected]> | Wed Jul 15 17:26:58 2020 |
committer | Commit Bot <[email protected]> | Wed Jul 15 17:26:58 2020 |
tree | 862bd80db3531f0586202fdc12df858c4851151b | |
parent | f1ae55685976c0b3d8c15298361b3ba963a2c350 [diff] |
Add Tint to third_party/ Tint is an implementation of WGSL, the shading for WebGPU, that Dawn, our implementation of WebGPU, uses. Requires adding dawn_enable_wgsl=true to args.gn currently to use. BUG=1070645 Change-Id: I733cc23f3ca25c8943082564f277234d22a3662d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248753 Auto-Submit: Ryan Harrison <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Will Harris <[email protected]> Commit-Queue: Ryan Harrison <[email protected]> Cr-Commit-Position: refs/heads/master@{#788699}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.