commit | b692c3158bee0b8b0c373177c843a3bc6d148c32 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Aug 29 21:10:10 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 21:10:10 2024 |
tree | 02cf39b058589c000e028263442b73cede82eadf | |
parent | a2405a56f615bb0a6552a55bcf6d14936ede7cc2 [diff] |
dawn/cmake: add glsl-ir to e2e test formats Change-Id: I45452d4049acac19efca78e5af58789094d6d568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5826755 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.