Home
last modified time | relevance | path

Searched refs:other_files (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc199 std::vector<SourceFile> other_files; in Run() local
203 &obj_files, &other_files); in Run()
226 WriteLinkerStuff(obj_files, other_files, input_deps); in Run()
278 std::vector<OutputFile>* other_files) { in WritePCHCommands()
287 order_only_deps, object_files, other_files); in WritePCHCommands()
294 order_only_deps, object_files, other_files); in WritePCHCommands()
302 order_only_deps, object_files, other_files); in WritePCHCommands()
311 order_only_deps, object_files, other_files); in WritePCHCommands()
322 std::vector<OutputFile>* other_files) { in WritePCHCommand()
330 other_files); in WritePCHCommand()
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...]
H A Dninja_c_binary_target_writer.h40 // appended to |other_files|).
47 std::vector<OutputFile>* other_files);
56 std::vector<OutputFile>* other_files);
82 std::vector<SourceFile>* other_files);
92 const std::vector<SourceFile>& other_files,
H A Djson_project_writer.cc351 std::vector<base::FilePath> other_files = g_scheduler->GetGenDependencies(); in GenerateJSON() local
357 input_file_manager->GetInputFileCount() + other_files.size()); in GenerateJSON()
361 sorter.Add(other_files.begin(), other_files.end()); in GenerateJSON()
H A Dninja_build_writer.cc349 std::vector<base::FilePath> other_files = g_scheduler->GetGenDependencies(); in WriteNinjaRules() local
355 input_file_manager->GetInputFileCount() + other_files.size()); in WriteNinjaRules()
358 sorter.Add(other_files.begin(), other_files.end()); in WriteNinjaRules()

Completed in 4 milliseconds