/third_party/gn/src/gn/ |
D | ninja_create_bundle_target_writer.cc | 82 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 88 WriteCopyBundleDataSteps(order_only_deps, &output_files); in Run() 89 WriteCompileAssetsCatalogStep(order_only_deps, &output_files); in Run() 90 WriteCodeSigningStep(code_signing_rule_name, order_only_deps, &output_files); in Run() 93 order_only_deps.push_back(pair.ptr->dependency_output_file()); in Run() 94 WriteStampForTarget(output_files, order_only_deps); in Run() 140 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleDataSteps() argument 143 WriteCopyBundleFileRuleSteps(file_rule, order_only_deps, output_files); in WriteCopyBundleDataSteps() 148 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleFileRuleSteps() argument 170 if (!order_only_deps.empty()) { in WriteCopyBundleFileRuleSteps() [all …]
|
D | ninja_c_binary_target_writer.cc | 168 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 176 WritePCHCommands(input_deps, order_only_deps, &pch_obj_files, in Run() 196 WriteSources(*pch_files, input_deps, order_only_deps, module_dep_info, in Run() 199 WriteSwiftSources(input_deps, order_only_deps, &obj_files); in Run() 270 const std::vector<OutputFile>& order_only_deps, in WritePCHCommands() argument 281 order_only_deps, object_files, other_files); in WritePCHCommands() 288 order_only_deps, object_files, other_files); in WritePCHCommands() 296 order_only_deps, object_files, other_files); in WritePCHCommands() 305 order_only_deps, object_files, other_files); in WritePCHCommands() 314 const std::vector<OutputFile>& order_only_deps, in WritePCHCommand() argument [all …]
|
D | ninja_create_bundle_target_writer.h | 30 void WriteCopyBundleDataSteps(const std::vector<OutputFile>& order_only_deps, 38 const std::vector<OutputFile>& order_only_deps, 45 const std::vector<OutputFile>& order_only_deps, 59 const std::vector<OutputFile>& order_only_deps, 64 const std::vector<OutputFile>& order_only_deps,
|
D | ninja_c_binary_target_writer.h | 45 const std::vector<OutputFile>& order_only_deps, 54 const std::vector<OutputFile>& order_only_deps, 61 const std::vector<OutputFile>& order_only_deps, 67 const std::vector<OutputFile>& order_only_deps, 79 const std::vector<OutputFile>& order_only_deps, 84 const std::vector<OutputFile>& order_only_deps,
|
D | ninja_bundle_data_target_writer.cc | 28 std::vector<OutputFile> order_only_deps; in Run() local 30 order_only_deps.push_back(pair.ptr->dependency_output_file()); in Run() 32 WriteStampForTarget(output_files, order_only_deps); in Run()
|
D | ninja_binary_target_writer.cc | 118 std::vector<OutputFile> order_only_deps; in WriteSourceSetStamp() local 120 order_only_deps.push_back(dep->dependency_output_file()); in WriteSourceSetStamp() 122 WriteStampForTarget(object_files, order_only_deps); in WriteSourceSetStamp() 279 const std::vector<OutputFile>& order_only_deps, in WriteCompilerBuildLine() argument 294 if (!order_only_deps.empty()) { in WriteCompilerBuildLine() 296 path_output_.WriteFiles(out_, order_only_deps); in WriteCompilerBuildLine()
|
D | ninja_rust_binary_target_writer.cc | 128 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local 131 std::back_inserter(order_only_deps)); in Run() 148 order_only_deps.push_back(framework_dep->dependency_output_file()); in Run() 155 order_only_deps.push_back(non_linkable_dep->dependency_output_file()); in Run() 203 implicit_deps.vector(), order_only_deps, tool_->name(), in Run()
|
D | ninja_rust_binary_target_writer.h | 30 const std::vector<OutputFile>& order_only_deps);
|
D | ninja_target_writer.h | 74 const std::vector<OutputFile>& order_only_deps);
|
D | ninja_target_writer.cc | 495 const std::vector<OutputFile>& order_only_deps) { in WriteStampForTarget() argument 512 if (!order_only_deps.empty()) { in WriteStampForTarget() 514 path_output_.WriteFiles(out_, order_only_deps); in WriteStampForTarget()
|
D | ninja_binary_target_writer.h | 64 const std::vector<OutputFile>& order_only_deps,
|