tree: 8f365e3c738f91cde34a777234009a4764347117
  1. core/
  2. public/
  3. renderer/
  4. tools/
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/actor/README.md

Actor Component

This component contains common types for the Chrome Actor API (//chrome/browser/actor) for use outside of //chrome.

This is a layered component to allow it to be shared on iOS.

Directory Structure

  • core/: Core cross-platform code shared by all platforms, including iOS. Contains common types, flags, and base interfaces.
  • public/: Public interfaces and Mojo definitions (mojom/). Shared across all platforms, including iOS.
  • renderer/: Code running within the renderer processes. Used only on platforms that use the Blink rendering engine.