tree: 342a531e4c33865082fb55bc04611415571d79f4 [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. crostini/
  19. customization/
  20. display/
  21. drive/
  22. file_system_provider/
  23. guest_os/
  24. hats/
  25. kerberos/
  26. lock_screen_apps/
  27. login/
  28. mobile/
  29. net/
  30. night_light/
  31. notifications/
  32. ownership/
  33. plugin_vm/
  34. power/
  35. profiles/
  36. release_notes/
  37. remote_apps/
  38. reset/
  39. scanning/
  40. settings/
  41. sync/
  42. system/
  43. system_extensions/
  44. system_logs/
  45. usb/
  46. web_applications/
  47. wilco_dtc_supportd/
  48. DEPS
  49. OWNERS
  50. 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.