features.gni 361 B

12345678910
  1. # Copyright 2022 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//chromeos/dbus/config/use_real_dbus_clients.gni")
  5. declare_args() {
  6. # TODO(crbug/1321052): Replace use_real_dbus_clients with this.
  7. use_real_chromeos_services = use_real_dbus_clients
  8. }