| commit | aeebec8dd48cbbab4ffb25153d19c112899cc4af | [log] [tgz] |
|---|---|---|
| author | Lukasz Anforowicz <lukasza@chromium.org> | Wed May 21 23:24:12 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 23:24:12 2025 |
| tree | c6cce051c8b09a473343557a8bc5e4d3291e77a3 | |
| parent | f384cba739ffd3151260f7a881621962ae921240 [diff] |
[rust] Support multiple `--skip ...` in `create_update_cl.py`. Before this CL, the last `--skip` would win and clobber the previous arguments when invoking the script as follows: `tools/crates/create_update_cl.py auto --skip=icu* --skip=temporal*`. Bug: None Change-Id: I526a9124a183c8dbfbdb5ed45493e79aba8f72c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6569776 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1463787}
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.