Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
javascript_dialog_extensions_client 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
native_app_window 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README

This directory holds components reused in multiple embedders which themselves
have extensions dependencies. Components such as these do not belong in the root
src/components, because src/extensions already depends on src/components. A
component in src/components can not have an extensions dependency.

Code in an extensions/component should be placed in a namespace corresponding to
the name of the component (ignoring extensions); e.g. for a component living in
extensions/components/foo, code in that component should be in the foo::
namespace.

See src/components/README for additional notes.