tree: ed3388999f488caeb6f4ce6476a143ce2902849f [path history] [tgz]
  1. cellular_setup/
  2. chromebox_for_meetings/
  3. device_sync/
  4. ime/
  5. multidevice_setup/
  6. nearby/
  7. quick_pair/
  8. recording/
  9. secure_channel/
  10. BUILD.gn
  11. DEPS
  12. README.md
ash/services/README.md

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

This directory holds services that are:

  • Chrome OS UI (ash) specific.
  • They run in their own utility processes, and cannot call ash code directly.
  • Chrome can add a DEP on these services just for the sole purpose of launching them (until ash supports launching its own services).