# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("use_real_dbus_clients.gni")
assert(is_chromeos, "Non-Chrome-OS must not depend on //chromeos")
config("use_real_dbus_clients_config") {
if (use_real_dbus_clients) {
defines = [ "USE_REAL_DBUS_CLIENTS" ]
}
}