DescriptionAbsolute path fixes for gn.
To avoid collisions object files and other build ouput is now prefixed
with ABS_PATH and the full path of the input file.
E.g. /some/path/foo.cc maps to //out/obj/ABS_PATH/some/path/foo.o
In addition there are several fixes for absolute paths on Windows:
The drive letter colon is skipped when parsing labels.
Transform C:\ to /C:\ where needed.
BUG=445454
NOPRESUBMIT=true
Committed: https://crrev.com/8808c5544ceb04ec281d40041af5272bdb7fad63
Cr-Commit-Position: refs/heads/master@{#315531}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Windows fixes and additional tests #
Total comments: 2
Patch Set 3 : Improve error message #
Messages
Total messages: 19 (5 generated)
|