Chromium Code Reviews| Index: test/lib/TestGyp.py |
| =================================================================== |
| --- test/lib/TestGyp.py (revision 1223) |
| +++ test/lib/TestGyp.py (working copy) |
| @@ -457,7 +457,7 @@ |
| if sys.platform != 'darwin': |
| result.append('obj') |
| elif type == self.SHARED_LIB: |
| - if sys.platform != 'darwin': |
| + if sys.platform != 'darwin' and sys.platform != 'win32': |
| result.append('lib') |
| subdir = kw.get('subdir') |
| if subdir: |