tree: 8be92a3a1002e2f08b371549a13e92a31241345e [path history] [tgz]
  1. account_manager/
  2. arc/
  3. audio/
  4. device_activity/
  5. drivefs/
  6. enhanced_network_tts/
  7. fwupd/
  8. geolocation/
  9. pcie_peripheral/
  10. phonehub/
  11. power/
  12. quick_answers/
  13. security_token_pin/
  14. settings/
  15. smbfs/
  16. timezone/
  17. trial_group/
  18. BUILD.gn
  19. OWNERS
  20. README.md
ash/components/README.md

About //ash/components

This directory contains components that are used by //ash system UI and window manager code. It sits “below” //ash in the dependency graph. For C++ code, think of //ash/components like top-level //components, but for code that is only used on Chrome OS, and only for system UI / window manager support.

For example, //ash/components/account_manager manages the user's GAIA accounts, but only on behalf of Chrome OS code. //components/account_manager_core contains cross-platform support for accounts.

Much of this code used to live in //chromeos/components. The Lacros project is extracting browser functionality into a separate binary. As part of this migration, code used only by the ash-chrome system UI binary moved into “ash” directories. See the Chrome OS source directory migration design doc for details.