commit | 73c4cd465674f3c52f366708629ddb037b07537e | [log] [tgz] |
---|---|---|
author | Garrett Beaty <[email protected]> | Fri Oct 04 17:55:08 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Oct 04 17:55:08 2024 |
tree | 2f052cd26a98d661578c62ede2fb089cc8a45757 | |
parent | 791c8488d5036c772aae44d4069c24b9f1965370 [diff] |
Apply mixins from a matrix config even if no variants are specified. The targets.legacy_matrix_config declaration does not require that any variants are specified, but in that case the matrix config ends up being entirely ignored: the basic suite is expanded without any variants and without incorporating any mixins that are specified in the matrix config. This behavior is surprising, so this changes it so that the mixins will be applied to the non-variant expansion of the test in the basic suite. Bug: 371449681 Change-Id: I3a2ba7783220ccb22d45665ab0066d58a0eb3a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5909979 Reviewed-by: Marco Georgaklis <[email protected]> Reviewed-by: Struan Shrimpton <[email protected]> Commit-Queue: Garrett Beaty <[email protected]> Cr-Commit-Position: refs/heads/main@{#1364329}
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.