| # 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") |
| |
| # 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_apple |
| |
| # Web Smart Card API is currently supported only on chromeos. |
| # TODO(crbug.com/470349523): Migrate more smart card files to this flag. |
| enable_smart_card = is_chromeos |