ChrisPei / gyp

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

add support for generators outside the gyp tree. #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The NaCL SDK would like to use gyp with a custom generator.

For example: gyp --format=mygenerator.py

Original issue reported on code.google.com by sbc@chromium.org on 6 Aug 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Commit: 1a7515121a2dc972e05cfec42a70fb98544cd8c1
 Email: sbc@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af

add support for custom (out-of-tree) gyp generators

BUG=http://code.google.com/p/gyp/issues/detail?id=290

Review URL: https://chromiumcodereview.appspot.com/10832168

git-svn-id: http://gyp.googlecode.com/svn/trunk@1454 
78cadc50-ecff-11dd-a971-7dbc132099af

M   pylib/gyp/__init__.py
A   test/custom-generator/gyptest-custom-generator.py
A   test/custom-generator/mygenerator.py
A   test/custom-generator/test.gyp
M   test/lib/TestGyp.py

Original comment by bugdroid1@chromium.org on 8 Aug 2012 at 8:20