blob: a74a7e2c352556864165a3a53b23f82f933ace49 [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# 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
}