Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dvisual_studio_writer.cc560 std::unique_ptr<XmlElementWriter> cl_compile = in WriteProjectFileContents() local
564 cl_compile->SubElement("AdditionalIncludeDirectories"); in WriteProjectFileContents()
575 cl_compile->SubElement("AdditionalOptions") in WriteProjectFileContents()
579 cl_compile->SubElement("BufferSecurityCheck") in WriteProjectFileContents()
582 cl_compile->SubElement("CompileAsWinRT")->Text("false"); in WriteProjectFileContents()
583 cl_compile->SubElement("DebugInformationFormat")->Text("ProgramDatabase"); in WriteProjectFileContents()
585 cl_compile->SubElement("DisableSpecificWarnings") in WriteProjectFileContents()
589 cl_compile->SubElement("ExceptionHandling")->Text("false"); in WriteProjectFileContents()
591 cl_compile->SubElement("ForcedIncludeFiles") in WriteProjectFileContents()
594 cl_compile->SubElement("MinimalRebuild")->Text("false"); in WriteProjectFileContents()
[all …]