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