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

  /external/chromium_org/tools/gn/
builder.cc 174 std::string depstring; local
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);
    [all...]

Completed in 581 milliseconds