| Index: test/subdirectory/gyptest-subdir-default.py
|
| ===================================================================
|
| --- test/subdirectory/gyptest-subdir-default.py (revision 1537)
|
| +++ test/subdirectory/gyptest-subdir-default.py (working copy)
|
| @@ -13,7 +13,8 @@
|
| import TestGyp
|
| import errno
|
|
|
| -# Ninja and Android don't support running from subdirectories.
|
| +# Android doesn't support running from subdirectories.
|
| +# Ninja doesn't support relocation.
|
| test = TestGyp.TestGyp(formats=['!ninja', '!android'])
|
|
|
| test.run_gyp('prog1.gyp', chdir='src')
|
|
|