commit | 42f9890d937d0a06e145ab141167b82a1cc7f859 | [log] [tgz] |
---|---|---|
author | David Dorwin <[email protected]> | Tue Apr 05 15:55:56 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 05 15:55:56 2022 |
tree | 3f5626dc378233d1a2697ab4159bbda03a6278dd | |
parent | f9b257f90b60cf58dd0c5d72cc3c64e5b838065c [diff] |
[lacros] Remove superfluous parentheses around is_linux || is_chromeos_lacros In a list of ORs, these do not need parentheses. Bug: 1052397 Change-Id: I69c794ee17183cf713b14de0aac5d3a38732148e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3563859 Reviewed-by: Vignesh Shenvi <[email protected]> Auto-Submit: David Dorwin <[email protected]> Reviewed-by: Nico Weber <[email protected]> Owners-Override: Nico Weber <[email protected]> Commit-Queue: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#988988}
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.