You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beng was trying to have app.gyp:app and chrome.gyp:app, one was a library,
one an executable that used the library. This caused inconsistent behavior
on some machines and some builds. Also it is not clear how you would build
only one module at the command line.
We should either fix this, or detect it and complain on all the generators.
Original issue reported on code.google.com by bradnel...@google.com on 17 May 2009 at 5:46
The text was updated successfully, but these errors were encountered:
We should document this as a restriction and print error messages if it occurs.
Similarly, Visual Studio can't have files with the same name in different
directories
within a single project. We have to restrict ourselves to
lowest-common-denominator
features that can be implemented in all generators.
Original comment by sgk@chromium.org on 6 Aug 2009 at 5:59
Original issue reported on code.google.com by
bradnel...@google.com
on 17 May 2009 at 5:46The text was updated successfully, but these errors were encountered: