Home
last modified time | relevance | path

Searched refs:order_only_deps (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Dninja_create_bundle_target_writer.cc82 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 …]
Dninja_c_binary_target_writer.cc168 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 …]
Dninja_create_bundle_target_writer.h30 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,
Dninja_c_binary_target_writer.h45 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,
Dninja_bundle_data_target_writer.cc28 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()
Dninja_binary_target_writer.cc118 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()
Dninja_rust_binary_target_writer.cc128 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()
Dninja_rust_binary_target_writer.h30 const std::vector<OutputFile>& order_only_deps);
Dninja_target_writer.h74 const std::vector<OutputFile>& order_only_deps);
Dninja_target_writer.cc495 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()
Dninja_binary_target_writer.h64 const std::vector<OutputFile>& order_only_deps,