chromium/chromeos/ash/components/dbus/constants/BUILD.gn

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash, "Non-ChromeOS builds must not depend on //chromeos/ash")

component("constants") {
  output_name = "ash_dbus_constants"
  defines = [ "IS_ASH_DBUS_CONSTANTS_IMPL" ]
  deps = [ "//base" ]
  sources = [
    "attestation_constants.cc",
    "attestation_constants.h",
    "cryptohome_key_delegate_constants.cc",
    "cryptohome_key_delegate_constants.h",
  ]
}