Home | History | Annotate | Download | only in gn

Lines Matching full:depstring

174   std::string depstring;
191 depstring += src->label().GetUserVisibleName(true) +
198 if (!depstring.empty()) {
199 *err = Err(Location(), "Unresolved dependencies.", depstring);
206 depstring = CheckForCircularDependencies(bad_records);
207 if (depstring.empty()) {
209 depstring = "I have no idea what went wrong, but these are unresolved, "
212 depstring += "\n\"" +
215 *err = Err(Location(), "", depstring);
217 *err = Err(Location(), "Dependency cycle:", depstring);