Hira Mahmood | 0f3c35a8 | 2024-07-31 15:43:26 | [diff] [blame] | 1 | # Copyright 2020 The Chromium Authors |
Hira Mahmood | 0f63817 | 2024-07-31 06:02:44 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | declare_args() { | ||||
6 | enable_discovery = false | ||||
7 | |||||
8 | # TODO(crbug.com/41481724): Remove this flag and corresponding build | ||||
9 | # conditions. | ||||
10 | # Disable Click to Call on Fuchsia. | ||||
11 | enable_click_to_call = !is_fuchsia | ||||
12 | } |