15 #ifndef NINJA_DEPFILE_PARSER_H_ 16 #define NINJA_DEPFILE_PARSER_H_ 35 bool Parse(std::string* content, std::string* err);
38 std::vector<StringPiece>
ins_;
42 #endif // NINJA_DEPFILE_PARSER_H_
Parser for the dependency information emitted by gcc's -M flags.
bool Parse(std::string *content, std::string *err)
Parse an input file.
DepfileParserOptions options_
std::vector< StringPiece > outs_
std::vector< StringPiece > ins_
DepfileParser(DepfileParserOptions options=DepfileParserOptions())