commit | d73c9038c508528cb2b0c0aef0b94483e0420259 | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Wed Mar 30 20:37:50 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Mar 30 20:37:50 2022 |
tree | c4e952c57accb45bf53832d3b72273adf5bff6f1 | |
parent | 5869b9fb8b774ab1f4b521816ca54355f05b1e7b [diff] |
cros: Simplify some GN conditionals. This replaces "is_chromeos_ash || is_chromeos_lacros" (and the other way round) with just "is_chromeos". CL created by: git grep -lE '(is_chromeos_ash|is_chromeos_lacros) \|\| (is_chromeos_ash|is_chromeos_lacros)' | \ xargs sed -Ei 's/(is_chromeos_ash|is_chromeos_lacros)\ \|\|\ (is_chromeos_ash|is_chromeos_lacros)/is_chromeos/g' followed by `git cl format`. No behavior change. Bug: none Change-Id: I962b036056a663c82769b4e55e175fe52a5f150f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3560908 Commit-Queue: Nico Weber <[email protected]> Owners-Override: Nico Weber <[email protected]> Auto-Submit: Nico Weber <[email protected]> Reviewed-by: Erik Chen <[email protected]> Commit-Queue: Erik Chen <[email protected]> Cr-Commit-Position: refs/heads/main@{#987156}
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.