Chromium Code Reviews| Index: test/builddir/gyptest-all.py |
| =================================================================== |
| --- test/builddir/gyptest-all.py (revision 1787) |
| +++ test/builddir/gyptest-all.py (working copy) |
| @@ -23,9 +23,8 @@ |
| # its sources. I'm not sure if make is wrong for writing outside the current |
| # directory, or if the test is wrong for assuming everything generated is under |
| # the current directory. |
| -# Android does not support setting the build directory. |
| -# Ninja does not support relocation. |
| -test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android']) |
| +# Android, Ninja, and CMake do not support setting the build directory. |
|
Nico
2013/11/19 16:35:28
Ninja has -Goutput_dir, but not sure what "build d
bungeman-chromium
2013/11/20 20:54:51
Heh, I had the same issue with 'relocation'. From
|
| +test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android', '!cmake']) |
| test.run_gyp('prog1.gyp', '--depth=..', chdir='src') |
| if test.format == 'msvs': |