Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
..
broker_service 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
external_service_support 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
public 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an

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.