Darin Fisher | 76278063 | 2019-09-10 16:26:29 | [diff] [blame] | 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 | |
Colin Blundell | e37aeb7 | 2019-09-17 06:48:55 | [diff] [blame] | 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. |