Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dc_tool.cc25 : Tool(n), depsformat_(DEPS_GCC), precompiled_header_type_(PCH_NONE) { in CTool()
136 set_depsformat(DEPS_GCC); in ReadDepsFormat()
Dc_tool.h37 enum DepsFormat { DEPS_GCC = 0, DEPS_MSVC = 1 }; enumerator
Dninja_toolchain_writer.cc97 if (c_tool->depsformat() == CTool::DEPS_GCC) { in WriteToolRule()