Rebecca Chang Swee Fun fa26cf1d59 chrome: installer: add riscv64 as one of the target arch 1 year ago
..
android 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
app 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
app_shim 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
browser be3620c5de chrome: browser: enable HW accelerated mjpeg 1 year ago
build 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
child 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chrome_cleaner 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chrome_elf 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chrome_proxy 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
common 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
credential_provider 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
docs 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
elevation_service 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
gpu 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
install_static 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
installer fa26cf1d59 chrome: installer: add riscv64 as one of the target arch 1 year ago
nacl 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
notification_helper 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
renderer 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
services 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
test 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
third_party 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
tools 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
updater 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
utility 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LACROS_QA_QUALIFIED_VERSION 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
MAJOR_BRANCH_DATE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
PRESUBMIT.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
PRESUBMIT_test.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
VERSION 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chrome_paks.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
chrome_repack_locales.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
process_version_rc_template.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
version.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

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.