commit | 3a12cd466e40aa9f9916a759202942e7c2a1b554 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Wed Apr 09 15:33:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 15:33:38 2025 |
tree | bea34178ff358e1d4aca602cd9176e4133c91d3b | |
parent | 6bc682f75854d89e75b354079a028bc387badadc [diff] |
[gnrt] Vendor a real crate when a dependency is no longer trimmed. Changing which crate features are enabled can change whether a given crate is present in the resolved dependency tree. In particular, it may require deleting a "placeholder" crate and replacing it with a freshly downloaded, real crate. This wasn't happening before this CL, because `gnrt` would check that `foo-vN` exists and contains `Cargo.toml` for the right version of a crate. After this CL, `gnrt` also uses some heuristics to check if `foo-vN` contains a real vs a placeholder crate. Bug: None Change-Id: I07517cc45506a45252b785b8e5f616a25e16c421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6426604 Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/main@{#1444740}
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.