tree: 2b5f844ae6032696bf2dff078592c87bccb91ec6 [path history] [tgz]
  1. broker_service/
  2. external_service_support/
  3. public/
  4. DEPS
  5. OWNERS
  6. README.md
chromecast/external_mojo/README.md

External Mojo services

This directory contains code that allows Mojo services in processes outside of cast_shell to communicate with Mojo services within cast_shell.

broker_service

This contains the service_manager::Service that runs inside cast_shell and brokers communication between Mojo services in external processes and services within cast_shell. This service is automatically started when the ‘enable_external_mojo_services’ GN arg is true.

external_service_support

This directory contains utilities to ease development of Mojo services that run in processes outside of Chromium/cast_shell.

common

This contains code that is shared between cast_shell and external services.