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

  /external/chromium_org/build/util/
BUILD.gn 19 hard_dep = true
  /external/chromium_org/tools/gn/
ninja_target_writer.cc 100 if (deps[i].ptr->hard_dep()) {
target.h 75 bool hard_dep() const { return hard_dep_; } function in class:Target
variables.cc 548 const char kHardDep[] = "hard_dep";
550 "hard_dep: [boolean] Indicates a target should be built before dependees.";
552 "hard_dep: Indicates a target should be built before dependees.\n"
559 " Setting \"hard_dep\" to true on a target means that no sources in\n"
579 " hard_dep = true\n"
752 " \"gn help hard_dep\" which allows you to declare the source dependency\n"
    [all...]
functions_target.cc 18 " Deps: data, datadeps, deps, forward_dependent_configs_from, hard_dep\n"
gyp_binary_target_writer.cc 157 if (target_->hard_dep())
  /external/chromium_org/tools/gn/secondary/tools/grit/
grit_rule.gni 79 hard_dep = true
  /external/chromium_org/tools/gn/secondary/chrome/
BUILD.gn 200 hard_dep = true

Completed in 350 milliseconds