commit | 0720a1fde0094a177602ef22e5ca31809cd9a9cb | [log] [tgz] |
---|---|---|
author | Leonard Grey <[email protected]> | Fri Feb 05 18:52:11 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Feb 05 18:52:11 2021 |
tree | e630654a22ba8bf5fbce04f2ad9bb13ab6487aa9 | |
parent | 4138c7af44e36cf1540dd7223b2746e74028d63d [diff] |
Commander: Add help action Also renames AppsCommandSource to OpenURLCommandSource so we don't have a bunch of sources that do the same exact thing. Because of this, we now use this source unconditionally and exclude the Google-only items from non-Chrome builds inside the source. Bug: 1014639 Change-Id: Id1dda1671b6d896d0455a9c645a4d5a3571ffa69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2675866 Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Leonard Grey <[email protected]> Cr-Commit-Position: refs/heads/master@{#851214}
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.