tree: 6a85b7d5ee3bd0e83ee7b7ac1957f3a882a7e6cc [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. dbus/
  21. display/
  22. drive/
  23. enhanced_network_tts/
  24. exo/
  25. file_manager/
  26. file_system_provider/
  27. guest_os/
  28. hats/
  29. kerberos/
  30. lock_screen_apps/
  31. login/
  32. mobile/
  33. net/
  34. night_light/
  35. notifications/
  36. ownership/
  37. plugin_vm/
  38. policy/
  39. power/
  40. profiles/
  41. release_notes/
  42. remote_apps/
  43. reset/
  44. scanning/
  45. settings/
  46. sharesheet/
  47. smb_client/
  48. sync/
  49. system/
  50. system_extensions/
  51. system_logs/
  52. usb/
  53. wallpaper/
  54. web_applications/
  55. wilco_dtc_supportd/
  56. DEPS
  57. OWNERS
  58. 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.