blob: 7f163b440f95d8956db75a9264ec689c8aaa6d1e [file] [log] [blame]
# Copyright 2019 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.
assert(is_chromeos, "Non-Chrome-OS builds must not depend on //chromeos")
component("constants") {
output_name = "chromeos_dbus_constants"
defines = [ "IS_CHROMEOS_DBUS_CONSTANTS_IMPL" ]
deps = [
"//base",
]
sources = [
"attestation_constants.cc",
"attestation_constants.h",
"cryptohome_key_delegate_constants.cc",
"cryptohome_key_delegate_constants.h",
"dbus_paths.cc",
"dbus_paths.h",
"dbus_switches.cc",
"dbus_switches.h",
]
}