commit | 66b182327ddeb2cb58da3f490c23f97072740ef8 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Aug 10 08:39:33 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 10 08:39:33 2021 |
tree | ddf0f9f6eaf7dc561e035607006077eaffc17dc3 | |
parent | 54a3d574d637575fee635f4566f8ba63df38bc73 [diff] |
webgpu cts: copy resource files into gen/, point tests to them Like how we generate .js files in gen/ from .ts files in third_party/webgpu-cts/src/, copy resource files from third_party/webgpu-cts/src/resources/ into gen/, and update the ctshtml-template.txt to point to the proper resource path. Fixes tests that use resource files. (Also in this commit: consolidate some entries in WebGPUExpectations.) Bug: none Change-Id: I8ea160d1c916387aacf44e6b42239b22cd890274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3076642 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#910206}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.