Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / README.md
1 # Chrome
2
3 This directory contains the open source, application layer of Google Chrome.
4
5 Unlike other parts of Chromium like //content, which provide framework intended
6 to support multiple products, this directory contains code that is focused on
7 building specific products with opinionated UX.
8
9 Specific products include:
10 - Chrome desktop browser for Chrome OS, Windows, Mac and Linux
11 - Chrome mobile browser for Android
12 - Chrome OS system UI
13
14 See //ios/chrome for the Chrome mobile browser for iOS, and note that code that
15 is shared between //chrome and //ios/chrome is typically factored out into
16 //components.