handle backslashes and isolated colons in depfile parser
authorEvan Martin <martine@danga.com>
Mon, 19 Dec 2011 19:14:35 +0000 (11:14 -0800)
committerEvan Martin <martine@danga.com>
Mon, 19 Dec 2011 19:18:47 +0000 (11:18 -0800)
commitbbf180d581ada47011c66c735bffdd87cddd0bd1
treeeee9a168a0d1ba0f786d1a78bd10d59b82172aa6
parent8b929cf7c82b5ff84a874c5a25e919446c3874d5
handle backslashes and isolated colons in depfile parser

The logic was wrong if the input looked like
  foo : bar baz
with a space before the colon.

Test from Frances <frances.buontempo@gmail.com>.
configure.py
src/depfile_parser.cc
src/depfile_parser.in.cc
src/depfile_parser_test.cc