Revert "[M120 Migration]Fix for crash during chrome exit"
[platform/framework/web/chromium-efl.git] / README.md
1 # ![Logo](chrome/app/theme/chromium/product_logo_64.png) 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 To check out the source code locally, don't use `git clone`! Instead,
9 follow [the instructions on how to get the code](docs/get_the_code.md).
10
11 Documentation in the source is rooted in [docs/README.md](docs/README.md).
12
13 Learn how to [Get Around the Chromium Source Code Directory Structure
14 ](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code).
15
16 For historical reasons, there are some small top level directories. Now the
17 guidance is that new top level directories are for product (e.g. Chrome,
18 Android WebView, Ash). Even if these products have multiple executables, the
19 code should be in subdirectories of the product.
20
21 If you found a bug, please file it at https://crbug.com/new.