tree: 33ffb1cb1ad5decaa922e4564ae0564b6b892bd4 [path history] [tgz]
  1. accessibility/
  2. account_manager/
  3. app_mode/
  4. apps/
  5. arc/
  6. assistant/
  7. attestation/
  8. authpolicy/
  9. backdrop_wallpaper_handlers/
  10. base/
  11. bluetooth/
  12. borealis/
  13. camera_mic/
  14. cert_provisioning/
  15. certificate_provider/
  16. child_accounts/
  17. crosapi/
  18. customization/
  19. display/
  20. drive/
  21. guest_os/
  22. hats/
  23. kerberos/
  24. lock_screen_apps/
  25. login/
  26. mobile/
  27. net/
  28. night_light/
  29. notifications/
  30. ownership/
  31. plugin_vm/
  32. profiles/
  33. release_notes/
  34. remote_apps/
  35. reset/
  36. scanning/
  37. settings/
  38. sync/
  39. system/
  40. system_extensions/
  41. system_logs/
  42. web_applications/
  43. wilco_dtc_supportd/
  44. DEPS
  45. OWNERS
  46. README.md
chrome/browser/ash/README.md

chrome/browser/ash

This directory should contain non-UI Chrome OS specific code that has chrome/browser dependencies.

The code in this directory should live in namespace ash. While code in //chrome is not supposed to be in any namespace, //chrome/browser/ash is technically part of the ash binary. The fact that it lives in //chrome/browser instead of in //ash is because top level product directories shouldn't be depended on by any other directory. In the future, when some of the dependencies from //chrome/browser/ash to //chrome/browser are sorted out, some of this code will move to //ash.

As of January 2021, code from chrome/browser/chromeos is migrating into this directory, as part of the Lacros project.

Googlers: See go/lacros-directory-migration for more details.