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

  /external/chromium_org/tools/gn/
target.h 75 bool hard_dep() const { return hard_dep_; }
76 void set_hard_dep(bool hd) { hard_dep_ = hd; }
150 bool hard_dep_; member in class:Target
target.cc 57 hard_dep_(false),

Completed in 35 milliseconds