hard_dep_          81 tools/gn/target.h   bool hard_dep() const { return hard_dep_; }
hard_dep_          82 tools/gn/target.h   void set_hard_dep(bool hd) { hard_dep_ = hd; }
hard_dep_         151 tools/gn/target.h   bool hard_dep_;