Lines Matching refs:config
5 import("//build/config/c++/c++.gni")
6 import("//build/config/mac/mac_sdk.gni")
7 import("//build/config/mac/symbols.gni")
8 import("//build/config/sysroot.gni")
10 # This is included by reference in the //build/config/compiler config that
12 config("compiler") {
66 # This is included by reference in the //build/config/compiler:runtime_library
67 # config that is applied to all targets. It is here to separate out the logic
70 config("runtime_library") {
90 config("mac_dynamic_flags") {
107 # Remove this config if a target wishes to change the arguments passed to the
108 # strip command during linking. This config by default strips all symbols
111 config("strip_all") {