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