mef | d0581caf | 2017-02-08 13:55:37 | [diff] [blame] | 1 | # Copyright 2017 The Chromium Authors. All rights reserved. |
| 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() { |
Sylvain Defresne | 2b94137 | 2021-02-23 16:31:18 | [diff] [blame] | 6 | # Control whether only WebKit is build. This is used by bots building |
| 7 | # WebKit for mac but incorrectly setting `target_os="ios"`. |
| 8 | is_webkit_only_build = false |
| 9 | |
Mike Dougherty | 10d316d8 | 2019-02-16 00:36:17 | [diff] [blame] | 10 | # Controls whether universal links are blocked from opening native apps |
| 11 | # when the user is browsing in off the record mode. |
| 12 | block_universal_links_in_off_the_record_mode = true |
mef | d0581caf | 2017-02-08 13:55:37 | [diff] [blame] | 13 | } |