Searched defs:order_only_deps (Results 1 – 6 of 6) sorted by relevance
/third_party/gn/src/gn/ |
D | ninja_create_bundle_target_writer.cc | 82 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()
|
D | ninja_c_binary_target_writer.cc | 168 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()
|
D | ninja_bundle_data_target_writer.cc | 28 std::vector<OutputFile> order_only_deps; in Run() local
|
D | ninja_binary_target_writer.cc | 118 std::vector<OutputFile> order_only_deps; in WriteSourceSetStamp() local 279 const std::vector<OutputFile>& order_only_deps, in WriteCompilerBuildLine()
|
D | ninja_rust_binary_target_writer.cc | 128 std::vector<OutputFile> order_only_deps = WriteInputDepsStampAndGetDep( in Run() local
|
D | ninja_target_writer.cc | 495 const std::vector<OutputFile>& order_only_deps) { in WriteStampForTarget()
|