Searched defs:other_files (Results 1 - 3 of 3) sorted by relevance
| /third_party/gn/src/gn/ |
| H A D | json_project_writer.cc | 351 std::vector<base::FilePath> other_files = g_scheduler->GetGenDependencies(); in GenerateJSON() local
|
| H A D | ninja_build_writer.cc | 349 std::vector<base::FilePath> other_files = g_scheduler->GetGenDependencies(); in WriteNinjaRules() local
|
| H A D | ninja_c_binary_target_writer.cc | 199 std::vector<SourceFile> other_files; in Run() local 274 WritePCHCommands( const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommands() argument 315 WritePCHCommand( const Substitution* flag_type, const char* tool_name, CTool::PrecompiledHeaderType header_type, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommand() argument 430 WriteSources( const std::vector<OutputFile>& pch_deps, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, const std::vector<ModuleDep>& module_dep_info, std::vector<OutputFile>* object_files, std::vector<SourceFile>* other_files) WriteSources() argument 561 WriteLinkerStuff( const std::vector<OutputFile>& object_files, const std::vector<SourceFile>& other_files, const std::vector<OutputFile>& input_deps) WriteLinkerStuff() argument [all...] |
Completed in 4 milliseconds