Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dtarget.h67 const FileList& source_prereqs() const { return source_prereqs_; } in source_prereqs()
68 FileList& source_prereqs() { return source_prereqs_; } in source_prereqs()
147 FileList source_prereqs_; variable