| commit | 4b1645fd52295d2f6fbca1827d0fffdcedb17300 | [log] [tgz] |
|---|---|---|
| author | Lukasz Anforowicz <lukasza@chromium.org> | Tue Oct 07 16:34:02 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 07 16:34:02 2025 |
| tree | c825a3c8a86723f41557812813ce38d3b2390f14 | |
| parent | dea34a17b4e150b757d97c25bcd9ec28644ac7db [diff] |
[rust] `OUT_DIR` relative to `root_build_dir` in `rust_unit_test.gni`. This is a follow-up to https://crrev.com/c/7006886 which changed `OUT_DIR` to be relative to `root_build_dir` when set via `rust_target.gni`, but missed/forgot to also do the same change in `rust_unit_test.gni`. Fixed: 448040713 Change-Id: I4d86838133e990ab684e6091b9f723c17b85b646 Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Cq-Include-Trybots: chromium/try:win-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7017650 Auto-Submit: Ćukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1526345}
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.