| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes part of issue 121, but the fix exposed a further issue.
|
|
|
|
|
|
|
|
|
|
|
| |
This allows generating build files in a subdirectory of your source tree.
- Change CanonicalizePath to accept this.
- CanonicalizePath no longer has an error condition, so change it to a void
function.
I profiled the result against Chrome and it might be ~100ms slower, but that
might just be Chrome's size working against me. In any case I think there
are lower-hanging performance fruit elsewhere.
|
|
|
|
|
| |
We frequently do use absolute paths when depfiles refer to
e.g. /usr/include/stdio.h.
|
| |
|
|
Also add util_test.cc and move the CanonicalizePathTest into there.
Signed-off-by: Thiago Farina <tfarina@chromium.org>
|