HomeSort by relevance Sort by last modified time
    Searched refs:data_deps (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/gn/
ninja_group_target_writer.cc 23 // the deps and data_deps in the group.
30 const LabelTargetVector& data_deps = target_->data_deps(); local
31 for (size_t i = 0; i < data_deps.size(); i++)
32 data_output_files.push_back(data_deps[i].ptr->dependency_output_file());
deps_iterator.cc 12 vect_stack_[2] = &t->data_deps();
ninja_group_target_writer_unittest.cc 40 target.data_deps().push_back(LabelTargetPair(&datadep));
ninja_binary_target_writer.cc 395 const LabelTargetVector& data_deps = target_->data_deps(); local
396 for (size_t i = 0; i < data_deps.size(); i++)
397 non_linkable_deps->push_back(data_deps[i].ptr);
ninja_action_target_writer.cc 84 for (size_t i = 0; i < target_->data_deps().size(); i++)
85 data_outs.push_back(target_->data_deps()[i].ptr->dependency_output_file());
target.h 137 const LabelTargetVector& data_deps() const { return data_deps_; } function in class:Target
138 LabelTargetVector& data_deps() { return data_deps_; } function in class:Target
target_generator.cc 224 if (!FillGenericDeps(variables::kDataDeps, &target_->data_deps()))
227 // "data_deps" was previously named "datadeps". For backwards-compat, read
228 // the old one if no "data_deps" were specified.
230 if (!FillGenericDeps("datadeps", &target_->data_deps()))
ninja_action_target_writer_unittest.cc 178 target.data_deps().push_back(LabelTargetPair(&datadep));
builder.cc 232 !AddDeps(record, target->data_deps(), err) ||
410 !ResolveDeps(&target->data_deps(), err) ||
target_unittest.cc 356 a.data_deps().push_back(LabelTargetPair(&b));
358 a.data_deps()[0].origin = &origin;
command_desc.cc 91 !cur_dep->data_deps().empty())
498 " \"data_deps\" will all be included.\n"

Completed in 117 milliseconds