blob: 525e1a279f825972905322915e2ac4a6bc608a61 [file] [log] [blame]
# 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
}