Upload upstream chromium 69.0.3497
[platform/framework/web/chromium-efl.git] / third_party / angle / .gn
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 # This file is used when gn runs in this directory (or a lower directory
6 # and searching upward ends here).  See "gn help dotfile."
7 # As a result this file will only affect stand-alone ANGLE builds,
8 # not chromium builds.
9
10 import("//dotfile_settings.gni")
11 import("//build/dotfile_settings.gni")
12
13 # Location of the build configuration file.
14 buildconfig = "//build/config/BUILDCONFIG.gn"
15
16 # The secondary source root is a parallel directory tree where
17 # GN build files are placed when they can not be placed directly
18 # in the source tree, e.g. for third party source trees.
19 secondary_source = "//build/secondary/"
20
21 # These are the targets to check headers for by default. The files in targets
22 # matching these patterns (see "gn help label_pattern" for format) will have
23 # their includes checked for proper dependencies when you run either
24 # "gn check" or "gn gen --check".
25 check_targets = []
26
27 # These are the list of GN files that run exec_script. This whitelist exists
28 # to force additional review for new uses of exec_script, which is strongly
29 # discouraged except for gypi_to_gn calls.
30 exec_script_whitelist = angle_dotfile_settings.exec_script_whitelist +
31                         build_dotfile_settings.exec_script_whitelist + [
32                           "//build/config/sysroot.gni",
33                           "//build/config/win/BUILD.gn",
34                           "//build/config/win/visual_studio_version.gni",
35                           "//build/gn_helpers.py",
36                           "//build/gypi_to_gn.py",
37                         ]
38
39 default_args = {
40   use_custom_libcxx = false
41   clang_use_chrome_plugins = false
42   build_angle_deqp_tests = true
43   use_sysroot = true
44 }