tree: 7aa00bcf6dd1106fd77adc3e92a3190d7ec81f47 [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. chrome_watcher/
  11. common/
  12. credential_provider/
  13. docs/
  14. elevation_service/
  15. gpu/
  16. install_static/
  17. installer/
  18. lib/
  19. nacl/
  20. notification_helper/
  21. renderer/
  22. service/
  23. services/
  24. test/
  25. third_party/
  26. tools/
  27. updater/
  28. utility/
  29. BUILD.gn
  30. chrome_paks.gni
  31. chrome_repack_locales.gni
  32. DEPS
  33. MAJOR_BRANCH_DATE
  34. OWNERS
  35. PRESUBMIT.py
  36. PRESUBMIT_test.py
  37. process_version_rc_template.gni
  38. README.md
  39. typemaps.gni
  40. 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.