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_;
Parser for the dependency information emitted by gcc's -M flags.
bool Parse(std::string *content, std::string *err)
Parse an input file.
DepfileParser(DepfileParserOptions options=DepfileParserOptions())
std::vector< StringPiece > outs_
DepfileParserOptions options_
std::vector< StringPiece > ins_