mirror of
https://github.com/kiwibrowser/src.next.git
synced 2025-12-28 07:54:51 +00:00
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kiwibrowser <kiwibrowser@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| android | ||
| browser | ||
| renderer | ||
| browser_exposed_mojom_targets.gni | ||
| BUILD.gn | ||
| chrome_branch_deps.json | ||
| chrome_paks.gni | ||
| chrome_repack_locales.gni | ||
| DEPS | ||
| DIR_METADATA | ||
| LACROS_QA_QUALIFIED_VERSION | ||
| MAJOR_BRANCH_DATE | ||
| OWNERS | ||
| PRESUBMIT_test.py | ||
| PRESUBMIT.py | ||
| process_version_rc_template.gni | ||
| README.md | ||
| VERSION | ||
| version.gni | ||
Chrome
This directory contains the open source, application layer of Google Chrome.
Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.
Specific products include:
- Chrome desktop browser for Chrome OS, Windows, Mac and Linux
- Chrome mobile browser for Android
- Chrome OS system UI
See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.