commit | 034378a20647d543f42ef3337d36955e426db802 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Wed Feb 26 15:06:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 15:06:17 2025 |
tree | a826346143635399c6c9fdf6feaa59c83fd83bc6 | |
parent | e45db4ca25a4c0e2fe9a35f327e63b4a5c1e9b05 [diff] |
[gnrt] Simplify the type of traversal root in `fn collect_dependencies`. `gnrt_config.toml` can only specify a single, mandatory root package - see: https://source.chromium.org/chromium/chromium/src/+/main:tools/crates/gnrt/lib/config.rs;l=82-83;drc=bafbc32fa9dd1737bd9919d1544d754d51cf38f8 Based on the observation above, this CL simplifies how `fn collect_dependencies` receives the graph traversal root - instead of `Option<Vec<String>>` it now takes `&str`. Bug: 395924069 Change-Id: I64d5cad3b7e17f3b3692decbb1b81056e517ce06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6300717 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425127}
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.