commit | dca3d88bd5c0d67cedf0796f007ed6258b1b827d | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Thu Sep 14 23:50:32 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 14 23:50:32 2023 |
tree | 3e81efb68f03ca5a242631659a48b48d1f703ef4 | |
parent | b3c49f64cfc44a8470a8b61a905f055a505f8b8f [diff] |
Replace use of isolate_name with test. The isolate_name field can be set in tests that will be put in the isolated_scripts test type. The meaning of the field is the same as for the test field in the gtest test type and the recipe supports either test or isolate_name being set. Rather than have different fields that do the same thing in different test types, this CL standardizes on using test as the name of the field. Bug: 1475835 Change-Id: I5a25d794bf65af74cc386ce07ebb81f8ce9a9e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4865091 Reviewed-by: Struan Shrimpton <sshrimp@google.com> Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@google.com> Cr-Commit-Position: refs/heads/main@{#1196894}
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.