tree: f05d56bbbc76b478c8219007d77be44408342c84 [path history] [tgz]
  1. arc/
  2. audio/
  3. cryptohome/
  4. device_activity/
  5. disks/
  6. drivefs/
  7. enhanced_network_tts/
  8. fwupd/
  9. geolocation/
  10. hid_detection/
  11. login/
  12. multidevice/
  13. peripheral_notification/
  14. phonehub/
  15. policy/
  16. power/
  17. proximity_auth/
  18. settings/
  19. smbfs/
  20. test/
  21. tether/
  22. timezone/
  23. tpm/
  24. trial_group/
  25. BUILD.gn
  26. DEPS
  27. OWNERS
  28. README.md
ash/components/README.md

DEPRECATED. If you're about adding new component for ash-chrome only, consider using //chromeos/ash/components.

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 ChromeOS, and only for system UI / window manager support.

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.