Home | History | Annotate | Download | only in gn

Lines Matching defs:FileList

36   typedef std::vector<SourceFile> FileList;
61 const FileList& sources() const { return sources_; }
62 void swap_in_sources(FileList* s) { sources_.swap(*s); }
64 const FileList& data() const { return data_; }
65 void swap_in_data(FileList* d) { data_.swap(*d); }
116 const FileList& outputs() const { return outputs_; }
117 void swap_in_outputs(FileList* s) { outputs_.swap(*s); }
123 FileList sources_;
124 FileList data_;
143 FileList outputs_;