blob: 07664eefcc7b8b82a3479b00620f3650ac855d70 [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",
"dbus_paths.cc",
"dbus_paths.h",
"dbus_switches.cc",
"dbus_switches.h",
]
}