blob: 610844020b5c61606372107f17bb0ffa207d4a21 [file] [log] [blame]
mefd0581caf2017-02-08 13:55:371# 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
5declare_args() {
Sylvain Defresne2b941372021-02-23 16:31:186 # 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 Dougherty10d316d82019-02-16 00:36:1710 # 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
mefd0581caf2017-02-08 13:55:3713}