tree: 96cc4c3d2021d0c97d161f020742cef6dc9f7bed [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. first_run/
  28. full_restore/
  29. guest_os/
  30. hats/
  31. input_method/
  32. kerberos/
  33. lock_screen_apps/
  34. login/
  35. mobile/
  36. net/
  37. night_light/
  38. notifications/
  39. ownership/
  40. plugin_vm/
  41. policy/
  42. power/
  43. profiles/
  44. quick_pair/
  45. release_notes/
  46. remote_apps/
  47. reset/
  48. scanning/
  49. settings/
  50. sharesheet/
  51. smb_client/
  52. sync/
  53. system/
  54. system_extensions/
  55. system_logs/
  56. usb/
  57. wallpaper/
  58. web_applications/
  59. wilco_dtc_supportd/
  60. DEPS
  61. OWNERS
  62. 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.