This file assumes that the linker is run with cwd as the source root:
http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/chrome/nacl.gypi&exact_package=chromium&q=nacl_helper_bootstrap_linux.x&type=cs&l=280
This breaks the ninja build, but it's not clear to me what behavior is right.
<(DEPTH) is maybe right, but we can only use relative paths when we
have fixed the cwd.
<(DEPTH) is relative, I think. At least it was on my quick test.
> Since we can control things for make/ninja, I'd say gyp relative is least
> surprising.
> Shall I file a bug on the make generator?
It's least surprising, but also most complicated to implement. I
wonder if we can come up with something better.