blob: ef7537d70e9bfcf4f7c08eb64217b9efb74db4af [file] [log] [blame]
# Copyright 2016 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/ui.gni")
declare_args() {
# If true, adds support for JPEG XL image decoding.
enable_jxl_decoder = !is_ios
}
# Unhandled Tap enable means Contextual Search aka Touch to Search.
# TODO(donnd): remove all unhandled-tap handling after the Long-press experiment
# is fully launched.
enable_unhandled_tap = is_android
# Use Minikin hyphenation engine.
use_minikin_hyphenation = !is_mac