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

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.