Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_target_writer.cc376 std::vector<const SourceFile*> input_deps_sources; in WriteInputDepsStampAndGetDep() local
377 input_deps_sources.reserve(32); in WriteInputDepsStampAndGetDep()
382 input_deps_sources.push_back(&target_->action_values().script()); in WriteInputDepsStampAndGetDep()
390 input_deps_sources.push_back(&input); in WriteInputDepsStampAndGetDep()
399 input_deps_sources.push_back(&source); in WriteInputDepsStampAndGetDep()
443 if (input_deps_sources.size() + input_deps_targets.size() == 0) in WriteInputDepsStampAndGetDep()
448 if (input_deps_sources.size() == 1 && input_deps_targets.size() == 0) in WriteInputDepsStampAndGetDep()
450 OutputFile(settings_->build_settings(), *input_deps_sources[0])}; in WriteInputDepsStampAndGetDep()
451 if (input_deps_sources.size() == 0 && input_deps_targets.size() == 1) { in WriteInputDepsStampAndGetDep()
459 for (const SourceFile* source : input_deps_sources) in WriteInputDepsStampAndGetDep()