blob: 936f4277cd0bd30902f2a94bf83e52f20e0c5d78 [file] [log] [blame] [view]
Darin Fisher762780632019-09-10 16:26:291# Chrome
2
3This directory contains the open source, application layer of Google Chrome.
4
5Unlike other parts of Chromium like //content, which provide framework intended
6to support multiple products, this directory contains code that is focused on
7building specific products with opinionated UX.
8
9Specific 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 Blundelle37aeb72019-09-17 06:48:5514See //ios/chrome for the Chrome mobile browser for iOS, and note that code that
15is shared between //chrome and //ios/chrome is typically factored out into
16//components.