Vincent Scheib | 5759e943 | 2017-07-29 00:11:14 | [diff] [blame] | 1 | #  Chromium |
| 2 | |
| 3 | Chromium is an open-source browser project that aims to build a safer, faster, |
| 4 | and more stable way for all users to experience the web. |
| 5 | |
| 6 | The project's web site is https://www.chromium.org. |
| 7 | |
| 8 | Documentation in the source is rooted in [docs/README.md](docs/README.md). |
| 9 | |
| 10 | Learn how to [Get Around the Chromium Source Code Directory Structure |
| 11 | ](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code). |
John Abd-El-Malek | efba5337 | 2020-02-28 20:21:23 | [diff] [blame] | 12 | |
| 13 | For historical reasons, there are some small top level directories. Now the |
| 14 | guidance is that new top level directories are for product (e.g. Chrome, |
| 15 | Android WebView, Ash). Even if these products have multiple executables, the |
| 16 | code should be in subdirectories of the product. |