Home
last modified time | relevance | path

Searched refs:has_depfile (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dninja_action_target_writer.cc74 if (target_->action_values().has_depfile()) { in Run()
205 if (target_->action_values().has_depfile()) { in WriteSourceRules()
H A Daction_values.h45 bool has_depfile() const { return !depfile_.ranges().empty(); } in has_depfile() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dninja_action_target_writer.cc74 if (target_->action_values().has_depfile()) { in Run()
203 if (target_->action_values().has_depfile()) { in WriteSourceRules()
H A Daction_values.h45 bool has_depfile() const { return !depfile_.ranges().empty(); } in has_depfile() function
/dports/devel/gn/gn-1962/src/gn/
H A Dninja_action_target_writer.cc80 if (target_->action_values().has_depfile()) { in Run()
208 if (target_->action_values().has_depfile()) { in WriteSourceRules()
H A Daction_values.h44 bool has_depfile() const { return !depfile_.ranges().empty(); } in has_depfile() function