| Index: test/subdirectory/gyptest-subdir-all.py
 | 
| ===================================================================
 | 
| --- test/subdirectory/gyptest-subdir-all.py	(revision 1549)
 | 
| +++ test/subdirectory/gyptest-subdir-all.py	(working copy)
 | 
| @@ -12,7 +12,8 @@
 | 
|  
 | 
|  import TestGyp
 | 
|  
 | 
| -# 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')
 | 
| 
 |