Lines Matching refs:standalone
59 "//gn/standalone:debug_symbols",
60 "//gn/standalone:default",
61 "//gn/standalone:c++11",
62 "//gn/standalone:extra_warnings",
63 "//gn/standalone:no_exceptions",
64 "//gn/standalone:no_rtti",
65 "//gn/standalone:visibility_hidden",
66 "//gn/standalone/libc++:config",
67 "//gn/standalone/sanitizers:sanitizers_cflags",
71 default_configs -= [ "//gn/standalone:debug_symbols" ]
72 default_configs += [ "//gn/standalone:release" ]
88 configs += [ "//gn/standalone:shared_library" ]
91 configs += [ "//gn/standalone:android_liblog" ]
96 configs += [ "//gn/standalone:executable" ]
99 configs += [ "//gn/standalone:android_liblog" ]
102 set_default_toolchain("//gn/standalone/toolchain:gcc_like")
103 host_toolchain = "//gn/standalone/toolchain:gcc_like_host"