tree: 5253d20d05a71dd020b523a24f4edd2ccdfc4f98 [path history] [tgz]
  1. account_manager/
  2. arc/
  3. attestation/
  4. audio/
  5. device_activity/
  6. disks/
  7. drivefs/
  8. enhanced_network_tts/
  9. fwupd/
  10. geolocation/
  11. login/
  12. peripheral_notification/
  13. phonehub/
  14. policy/
  15. power/
  16. proximity_auth/
  17. security_token_pin/
  18. settings/
  19. smbfs/
  20. test/
  21. tether/
  22. timezone/
  23. trial_group/
  24. BUILD.gn
  25. DEPS
  26. OWNERS
  27. 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.

Some subdirectories contain low-level utility code. For example, //ash/components/disks has utilities for mounting and unmounting disk volumes.

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.