humanai / gyp

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

Make gyptest hermetic. #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you run gyptest without scons in your path, it fails with the somewhat 
awkward error:
Exception trying to execute: ['/your/gyp/checkout/path/gyp/scons', 'all']

We should probably include scons and any other tools we can to make gyptest 
hermetic.

Original issue reported on code.google.com by mmoss@chromium.org on 29 Sep 2009 at 8:58

GoogleCodeExporter commented 9 years ago
Also need cygwin, too.

Just hasn't been done, could be done by adding entries to the DEPS files and 
modifying gyptest.py to point to the 
right directories.  Should pull these from the Chrome tree so we're working 
with the same tools as the primary 
customer.

Raising to high priority so we get it done.

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