commit | 791b51a8b84f742e591d7507c79821b4327513d0 | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Wed Mar 30 20:35:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 30 20:35:12 2022 |
tree | 5d3215c4d194ce2d662c8e3f1c9969aa141d33e9 | |
parent | f3cba001391287c29f78e92bb721a256428c8c64 [diff] |
cros: Simplify some more 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' No behavior change. Bug: none Change-Id: I567e724f6b1db45ce1ab0ebfac08cb5cd5b56c98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3560909 Commit-Queue: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#987154}
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.