Move CanonicalizePath into util.h so it can be shared by the other modules.
authorThiago Farina <tfransosi@gmail.com>
Sat, 19 Mar 2011 21:53:43 +0000 (18:53 -0300)
committerEvan Martin <martine@danga.com>
Fri, 15 Apr 2011 19:20:51 +0000 (12:20 -0700)
commit89a75eff08cd7355f07235938aff4769f97068e5
treefff51cd97b561d91ef6a670d21116cd0b03543e9
parent343c526e6a0c35816c4876bfc923cef15ef7a989
Move CanonicalizePath into util.h so it can be shared by the other modules.

Also add util_test.cc and move the CanonicalizePathTest into there.

Signed-off-by: Thiago Farina <tfarina@chromium.org>
build.ninja
src/graph.cc
src/graph.h
src/graph_test.cc
src/util.cc
src/util.h
src/util_test.cc [new file with mode: 0644]