[M108 Migration] Encrypt password field in AutoFill DB
[platform/framework/web/chromium-efl.git] / native_client / .gn
1 # Copyright (c) 2014 The Native Client 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 # This file is used by the experimental meta-buildsystem in native_client to
6 # find the root of the source tree and to set startup options.
7
8 # The location of the top of the build (BUILD.gn).
9 root = "//native_client"
10
11 # The location of the build configuration file.
12 buildconfig = "//build/config/BUILDCONFIG.gn"
13
14 # The python interpreter to use by default. On Windows, this will look
15 # for python3.exe and python3.bat.
16 script_executable = "python3"
17
18 # The secondary source root is a parallel directory tree where
19 # GN build files are placed when they can not be placed directly
20 # in the source tree, e.g. for third party source trees.
21 secondary_source = "//build/secondary/"
22
23 default_args = {
24   use_custom_libcxx = false
25 }