# Copyright 2025 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-Chrome-OS builds must not depend on //chromeos")

component("device_local_account") {
  defines = [ "IS_CHROMEOS_ASH_COMPONENTS_POLICY_DEVICE_LOCAL_ACCOUNT_IMPL" ]

  sources = [
    "device_local_account_type.cc",
    "device_local_account_type.h",
  ]

  deps = [
    "//base",
    "//google_apis",

    # TODO(crbug.com/408460168): Only for a feature flag.
    # Remove after the feature is released.
    "//ash/constants",
  ]
}
