Let DepsLog::RecordDeps() update its in-memory representation.
authorNico Weber <nicolasweber@gmx.de>
Tue, 30 Apr 2013 15:55:49 +0000 (08:55 -0700)
committerNico Weber <nicolasweber@gmx.de>
Tue, 30 Apr 2013 15:55:49 +0000 (08:55 -0700)
commitf70a90edc6681fef7e75c7bc7f2860d40c2490ee
tree1372a4c94e1357c28fd4013b6b1de948eafcca15
parent20942b8cf86da96eb4288138fba72c2609cfd54d
Let DepsLog::RecordDeps() update its in-memory representation.

This is a behavior change, but it should be safe: Graph only queries the
deps log at startup, before running any command. Nothing else currently
queries the deps log.
src/deps_log.cc
src/deps_log_test.cc