blob: fd245518357771338b47fe0bee0bfedb1ced94de [file] [log] [blame]
# Copyright 2017 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/cast.gni")
import("//build/config/ui.gni")
# Enable desktop-oriented features implemented by DesktopNativeWidgetAura.
enable_desktop_aura = use_aura && !is_chromeos && !is_castos
# Supports accessible text offsets computation by Views. When this feature is
# enabled, characters offsets and word boundaries become available to ATs for
# select Views. Currently only used on Windows, but could be used by other
# platforms if needed.
supports_ax_text_offsets = is_win