Currently the name mangling scheme used for target names, and the names of
variables used in generated makefiles, assume that there's only one project
using gyp-generated makefiles in the tree (e.g. use of project-relative paths
as names, use of variables just named GYP_*). While this is true right now, in
future we are likely to need more than a single project in the tree. There
needs to be some way to avoid clashes between projects without making the names
too much more horrible than they already are.
Original issue reported on code.google.com by torne@chromium.org on 17 May 2013 at 2:31
Original issue reported on code.google.com by
torne@chromium.org
on 17 May 2013 at 2:31