Home
last modified time | relevance | path

Searched defs:order_only_deps (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dninja_create_bundle_target_writer.cc82 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local
140 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleDataSteps()
148 const std::vector<OutputFile>& order_only_deps, in WriteCopyBundleFileRuleSteps()
180 const std::vector<OutputFile>& order_only_deps, in WriteCompileAssetsCatalogStep()
306 const std::vector<OutputFile>& order_only_deps, in WriteCodeSigningStep()
334 const std::vector<OutputFile>& order_only_deps, in WriteCodeSigningInputDepsStamp()
Dninja_c_binary_target_writer.cc168 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local
270 const std::vector<OutputFile>& order_only_deps, in WritePCHCommands()
314 const std::vector<OutputFile>& order_only_deps, in WritePCHCommand()
336 const std::vector<OutputFile>& order_only_deps, in WriteGCCPCHCommand()
392 const std::vector<OutputFile>& order_only_deps, in WriteWindowsPCHCommand()
427 const std::vector<OutputFile>& order_only_deps, in WriteSources()
501 const std::vector<OutputFile>& order_only_deps, in WriteSwiftSources()
Dninja_bundle_data_target_writer.cc28 std::vector<OutputFile> order_only_deps; in Run() local
Dninja_binary_target_writer.cc118 std::vector<OutputFile> order_only_deps; in WriteSourceSetStamp() local
279 const std::vector<OutputFile>& order_only_deps, in WriteCompilerBuildLine()
Dninja_rust_binary_target_writer.cc128 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local
Dninja_target_writer.cc495 const std::vector<OutputFile>& order_only_deps) { in WriteStampForTarget()