fixup! [M108 Migration][API] Bring up autofill
[platform/framework/web/chromium-efl.git] / ios / features.gni
1 # Copyright 2017 The Chromium Authors
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   # 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
10   # Control whether //ios/chrome and //ios/web targets are build. This
11   # is used by bots from projects based on top of Chromium that want to
12   # only reuse shared code (//ios/net, //remoting/ios, ...).
13   ios_build_chrome = true
14
15   # Controls whether universal links are blocked from opening native apps
16   # when the user is browsing in off the record mode.
17   block_universal_links_in_off_the_record_mode = true
18 }