summaryrefslogtreecommitdiff
path: root/chromium/components/account_manager_core/README.md
blob: 7a52936e14808ae8092afe5a4e6491339145039e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# //components/account_manager_core

This component holds the core data structures and public facing interfaces for
Chrome OS Account Manager.

The build targets contained in this component can be depended on by Ash (Chrome
OS) and Lacros (Chrome browser) both. Ash and Lacros's common dependencies
must be placed here, to avoid cyclic dependencies between Ash and Lacros.

Currently this component exposes an interface for a facade for Account Manager -
`AccountManagerFacade` - and data structures for Chrome OS accounts.

Also, see:
- `//chrome/browser/lacros/account_manager/`
- `//chromeos/ash/components/account_manager/`