tree: 0633ba3baf8f9a7f706a69823632f3998bec41f2 [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. gpu/
  14. install_static/
  15. installer/
  16. notification_helper/
  17. renderer/
  18. services/
  19. test/
  20. third_party/
  21. tools/
  22. updater/
  23. utility/
  24. BUILD.gn
  25. chrome_paks.gni
  26. chrome_repack_locales.gni
  27. DEPS
  28. DIR_METADATA
  29. LACROS_QA_QUALIFIED_VERSION
  30. MAJOR_BRANCH_DATE
  31. OWNERS
  32. PRESUBMIT.py
  33. PRESUBMIT_test.py
  34. process_version_rc_template.gni
  35. README.md
  36. VERSION
  37. 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.