910e62b5创建于 1月15日历史提交
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos/ash")

component("account_manager") {
  sources = [
    "account_manager_factory.cc",
    "account_manager_factory.h",
  ]

  public_deps = [ "//components/account_manager_core" ]

  deps = [
    "//base",
    "//chromeos/crosapi/mojom",
  ]

  defines = [ "IS_CHROMEOS_ASH_COMPONENTS_ACCOUNT_MANAGER_IMPL" ]
}