tree: 301342a845bd65b48aacafef95bd4e471164e095 [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. lib/
  18. nacl/
  19. notification_helper/
  20. renderer/
  21. service/
  22. services/
  23. test/
  24. third_party/
  25. tools/
  26. updater/
  27. utility/
  28. BUILD.gn
  29. chrome_paks.gni
  30. chrome_repack_locales.gni
  31. DEPS
  32. MAJOR_BRANCH_DATE
  33. OWNERS
  34. PRESUBMIT.py
  35. PRESUBMIT_test.py
  36. process_version_rc_template.gni
  37. README.md
  38. typemaps.gni
  39. 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.