blob: 666ab81754b2f3fc452ee99c2d7c34bb68bf9e4f [file] [log] [blame] [view]
Vincent Scheib5759e9432017-07-29 00:11:141# ![Logo](chrome/app/theme/chromium/product_logo_64.png) Chromium
2
3Chromium is an open-source browser project that aims to build a safer, faster,
4and more stable way for all users to experience the web.
5
6The project's web site is https://www.chromium.org.
7
Mathias Bynens629d40c2020-12-22 16:03:178To check out the source code locally, don't use `git clone`! Instead,
9follow [the instructions on how to get the code](docs/get_the_code.md).
10
Vincent Scheib5759e9432017-07-29 00:11:1411Documentation in the source is rooted in [docs/README.md](docs/README.md).
12
13Learn how to [Get Around the Chromium Source Code Directory Structure
14](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code).
John Abd-El-Malekefba53372020-02-28 20:21:2315
16For historical reasons, there are some small top level directories. Now the
17guidance is that new top level directories are for product (e.g. Chrome,
18Android WebView, Ash). Even if these products have multiple executables, the
19code should be in subdirectories of the product.