chromium/chromeos/dbus/constants/BUILD.gn

# Copyright 2019 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("constants") {
  output_name = "chromeos_dbus_constants"
  defines = [ "IS_CHROMEOS_DBUS_CONSTANTS_IMPL" ]
  deps = [ "//base" ]
  sources = [
    "dbus_paths.cc",
    "dbus_paths.h",
    "dbus_switches.cc",
    "dbus_switches.h",
  ]
}