| # 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 |