tree: 3beb295a75d5884a60389beebadc6036fffe0071 [path history] [tgz]
  1. android/
  2. app/
  3. app_shim/
  4. browser/
  5. build/
  6. child/
  7. chrome_elf/
  8. chrome_proxy/
  9. common/
  10. credential_provider/
  11. docs/
  12. elevation_service/
  13. enterprise_companion/
  14. gpu/
  15. install_static/
  16. installer/
  17. notification_helper/
  18. renderer/
  19. services/
  20. test/
  21. third_party/
  22. tools/
  23. updater/
  24. utility/
  25. BUILD.gn
  26. chrome_paks.gni
  27. chrome_repack_locales.gni
  28. DEPS
  29. DIR_METADATA
  30. LACROS_QA_QUALIFIED_VERSION
  31. MAJOR_BRANCH_DATE
  32. OWNERS
  33. PRESUBMIT.py
  34. PRESUBMIT_test.py
  35. process_version_rc_template.gni
  36. README.md
  37. VERSION
  38. version.gni
chrome/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.