chromium/chromeos/dbus/config/use_real_dbus_clients.gni

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/chromeos/args.gni")

declare_args() {
  # Instantiate real D-Bus clients instead of fakes.
  use_real_dbus_clients = is_chromeos_device
}