Lines Matching refs:gn
62 "//gn/standalone:debug_symbols",
63 "//gn/standalone:default",
64 "//gn/standalone:c++11",
65 "//gn/standalone:extra_warnings",
66 "//gn/standalone:no_exceptions",
67 "//gn/standalone:no_rtti",
68 "//gn/standalone:visibility_hidden",
69 "//gn/standalone/libc++:config",
70 "//gn/standalone/sanitizers:sanitizers_cflags",
74 default_configs += [ "//gn/standalone:win32_lean_and_mean" ]
78 default_configs -= [ "//gn/standalone:debug_symbols" ]
79 default_configs += [ "//gn/standalone:release" ]
95 configs += [ "//gn/standalone:shared_library" ]
98 configs += [ "//gn/standalone:android_liblog" ]
103 configs += [ "//gn/standalone:executable" ]
106 configs += [ "//gn/standalone:android_liblog" ]
110 _default_toolchain = "//gn/standalone/toolchain:msvc"
112 _default_toolchain = "//gn/standalone/toolchain:gcc_like"
117 host_toolchain = "//gn/standalone/toolchain:gcc_like_host"