Lines Matching refs:config
5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/ohos/config.gni")
8 import("//build/config/c++/c++.gni")
9 import("//build/config/sanitizers/sanitizers.gni")
13 # This is included by reference in the //build/config/compiler config that
16 config("compiler") {
54 # This is included by reference in the //build/config/compiler:runtime_library
55 # config that is applied to all targets. It is here to separate out the logic
58 config("runtime_library") {
105 config("executable_config") {
106 configs = [ "//build/config/security:executable_config" ]
110 config("default_orderfile_instrumentation") {