blob: a646cb40e644100005ad59b5c0d1783d5eff0f3e [file] [log] [blame]
# Copyright 2023 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() {
# Whether Compose is enabled in the build.
enable_compose = is_mac || is_win || is_linux || is_chromeos
}