Home | History | Annotate | Download | only in gn

Lines Matching refs:out_

86       out_(out),
132 out_ << "rule gn\n";
133 out_ << " command = " << GetSelfInvocationCommand(build_settings_) << "\n";
134 out_ << " description = Regenerating ninja files\n\n";
137 out_ << "build build.ninja: gn\n"
156 out_ << std::endl;
160 out_ << "pool link_pool\n"
167 out_ << "subninja ";
168 path_output_.WriteFile(out_, GetNinjaFileForToolchain(all_settings_[i]));
169 out_ << std::endl;
171 out_ << std::endl;
244 out_ << "\nbuild all: phony " << all_rules << std::endl;
245 out_ << "default all" << std::endl;
261 out_ << "build " << escaped << ": phony ";
262 path_output_.WriteFile(out_, target_file);
263 out_ << std::endl;