Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
..
chromeos 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_addition_options.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_addition_result.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_addition_result.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_facade.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_facade.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_facade_impl.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_facade_impl.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_facade_impl_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_test_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_test_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_util.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
account_manager_util.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
mock_account_manager_facade.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
mock_account_manager_facade.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
pref_names.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce
pref_names.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 yıl önce

README.md

//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/