Home
last modified time | relevance | path

Searched refs:runtime_library (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dvisual_studio_utils_unittest.cc41 CHECK(options.runtime_library.empty()); in TEST()
43 ASSERT_EQ("MultiThreadedDLL", options.runtime_library); in TEST()
45 ASSERT_EQ("MultiThreadedDebugDLL", options.runtime_library); in TEST()
47 ASSERT_EQ("MultiThreaded", options.runtime_library); in TEST()
49 ASSERT_EQ("MultiThreadedDebug", options.runtime_library); in TEST()
Dvisual_studio_utils.cc58 SetOption(cflag.size() == 3, runtime_library, "MultiThreadedDLL") in ParseCompilerOption()
59 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, in ParseCompilerOption()
63 SetOption(cflag.size() == 3, runtime_library, "MultiThreaded") in ParseCompilerOption()
64 SetOption(cflag.size() == 4 && cflag[3] == 'd', runtime_library, in ParseCompilerOption()
Dvisual_studio_utils.h22 std::string runtime_library; member
Dvisual_studio_writer.cc607 if (!options.runtime_library.empty()) in WriteProjectFileContents()
608 cl_compile->SubElement("RuntimeLibrary")->Text(options.runtime_library); in WriteProjectFileContents()
/third_party/musl/
Dmusl_config.gni132 "//build/config/compiler:runtime_library",
Dmusl_template.gni31 configs += [ "//build/config/posix:runtime_library" ]
/third_party/skia/buildtools/third_party/libc++/
DBUILD.gn118 # //build/config/c++:runtime_library to prevent unnecessary size