HomeSort by relevance Sort by last modified time
    Searched full:datadeps (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/tools/gn/
ninja_group_target_writer.cc 34 const LabelTargetVector& datadeps = target_->datadeps(); local
35 for (size_t i = 0; i < datadeps.size(); i++) {
37 path_output_.WriteFile(out_, helper_.GetTargetOutputFile(datadeps[i].ptr));
command_desc.cc 56 const LabelTargetVector& datadeps = target->datadeps(); local
57 for (size_t i = 0; i < datadeps.size(); i++)
58 RecursiveCollectDeps(datadeps[i].ptr, result);
66 const LabelTargetVector& datadeps = target->datadeps(); local
67 sorted_deps.insert(sorted_deps.end(), datadeps.begin(), datadeps.end());
112 const LabelTargetVector& target_datadeps = target->datadeps();
267 " Both \"deps\" and \"datadeps\" will be included.\n
    [all...]
target.h 83 const LabelTargetVector& datadeps() const { return datadeps_; } function in class:Target
84 LabelTargetVector& datadeps() { return datadeps_; } function in class:Target
ninja_binary_target_writer.cc 402 const LabelTargetVector& datadeps = target_->datadeps(); local
403 for (size_t i = 0; i < datadeps.size(); i++)
404 non_linkable_deps->push_back(datadeps[i].ptr);
variables.cc 356 " See also \"gn help source_prereqs\" and \"gn help datadeps\", both of\n"
359 const char kDatadeps[] = "datadeps";
361 "datadeps: [label list] Non-linked dependencies.";
363 "datadeps: Non-linked dependencies.\n"
379 " datadeps = [ \"//plugins:my_runtime_plugin\" ]\n"
439 " treated as \"datadeps\". Likewise, if the current target isn't\n"
440 " linkable, then all deps will be treated as \"datadeps\".\n"
442 " See also \"datadeps\".\n";
750 " See also \"gn help data\" and \"gn help datadeps\" (which declare\n"
    [all...]
builder.cc 229 !AddDeps(record, target->datadeps(), err) ||
370 !ResolveDeps(&target->datadeps(), err) ||
target_generator.cc 162 FillGenericDeps(variables::kDatadeps, &target_->datadeps());
functions_target.cc 18 " Deps: data, datadeps, deps, forward_dependent_configs_from, hard_dep\n"
325 " depend on the shared library via \"datadeps\" instead.\n"
function_toolchain.cc 60 " datadeps = [ \"//plugins:mine(//toolchains:plugin_toolchain)\" ]\n"

Completed in 91 milliseconds