blob: 89abeda2f8f62a41e043d8abd2776cd0d15d2222 [file] [log] [blame]
# 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" ]
}
}