HomeSort by relevance Sort by last modified time
    Searched refs:rule_prefix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
ninja_toolchain_writer.cc 69 std::string rule_prefix = GetNinjaRulePrefixForToolchain(settings_); local
75 WriteToolRule(tool_type, tool, rule_prefix);
82 const std::string& rule_prefix) {
83 out_ << "rule " << rule_prefix << Toolchain::ToolTypeToName(type)
ninja_toolchain_writer.h 45 const std::string& rule_prefix);
ninja_binary_target_writer.cc 142 std::string rule_prefix = GetNinjaRulePrefixForToolchain(settings_); local
154 out_ << ": " << rule_prefix << Toolchain::ToolTypeToName(tool_type);

Completed in 221 milliseconds