chromium/third_party/wayland/features.gni

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

declare_args() {
  # Controls whether the build should use the version of Wayland
  # library shipped with the system or Chromium third_party.
  use_system_libwayland = false
}