Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_c_binary_target_writer.cc557 UniqueVector<OutputFile> swift_order_only_deps; in WriteSwiftSources() local
558 swift_order_only_deps.reserve(order_only_deps.size()); in WriteSwiftSources()
559 swift_order_only_deps.Append(order_only_deps.begin(), in WriteSwiftSources()
563 swift_order_only_deps.push_back(swiftmodule->dependency_output_file()); in WriteSwiftSources()
566 swift_order_only_deps.vector(), tool->name(), in WriteSwiftSources()
573 input_deps, swift_order_only_deps.vector(), in WriteSwiftSources()