suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

gyp should issue warnings for missing files #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement request. It would be nice if gyp gave warnings for missing files 
when it was building 
the projects.

Original issue reported on code.google.com by dmaclach@chromium.org on 14 Oct 2009 at 3:56

GoogleCodeExporter commented 9 years ago
This would be difficult (if not impossible) to do correctly.  Even if we 
restricted it just to 'sources' lists, some 
sources are generated by other targets and will (correctly) not exist at gyp 
time.  The only way to handle that 
would be to post-process all of the targets, in which case we could spit out a 
warning but without any 
knowledge of the file that contained the missing file reference.

Going to close this as WontFix, but if you have  a possible solution in mind, 
feel free to open a new issue.

Original comment by sgk@chromium.org on 21 Oct 2009 at 6:33