| commit | c3ee076df53f8eadd0ded51d0eb6f14a95376d0e | [log] [tgz] |
|---|---|---|
| author | Nabil Wadih <nwadih@google.com> | Tue Dec 12 18:44:37 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 12 18:44:37 2023 |
| tree | 7c1972d13932c484a027b905f6e29c2a7e0346f6 | |
| parent | 4c06048ae65773f96b67b161358fe6dc88e537a3 [diff] |
Propagate test-only flag to build_script targets Propagate the test-only flag to the `*_build_script__rlib` target which is generated by the build system for cargo_crate targets. Without propagating the flag the build will fail with "Only targets with "test-only=true" can depend on other test-only targets" Change-Id: I68d17de7c7cb47b74b51ea1f8712c7245024a52e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5111141 Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Nabil Wadih <nwadih@google.com> Cr-Commit-Position: refs/heads/main@{#1236453}
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.