Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
core 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
internal 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
ios 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
public 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
COMMON_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

This component supports cross-platform access to and mutation of the user’s Gaia identities. The core interfaces of interest to most consumers reside in public/identity_manager; see its README.md for documentation of those interfaces.

The complete structure of the component is as follows:

core/: Higher-level code that is publicly visible to consumers. Code therein will be transitioned to public/ and/or internal/. internal/: The internal implementation of public/. Not visible to consumers. ios/: Higher-level iOS-specific code that is publicly visible to consumers. Code therein will be transitioned to public/ and/or internal/. public/: The long-term public API surface of the component.