blob: ffa07ab6ffcc3b1d58cc59aa06569ec2211bd4ac [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
assert(is_chromeos || is_lacros)
component("account_manager_core") {
sources = [
"account.cc",
"account.h",
"account_manager_facade.cc",
"account_manager_facade.h",
"account_manager_util.cc",
"account_manager_util.h",
]
deps = [
"//base",
"//chromeos/crosapi/mojom",
]
defines = [ "IS_ACCOUNT_MANAGER_CORE_IMPL" ]
}