| Index: test/additional-targets/gyptest-additional.py
|
| ===================================================================
|
| --- test/additional-targets/gyptest-additional.py (revision 1794)
|
| +++ test/additional-targets/gyptest-additional.py (working copy)
|
| @@ -33,7 +33,7 @@
|
| chdir=chdir)
|
|
|
| # TODO(mmoss) Make consistent with msvs, with 'dir1' before 'out/Default'?
|
| -if test.format in ('make', 'ninja', 'android'):
|
| +if test.format in ('make', 'ninja', 'android', 'cmake'):
|
| chdir='relocate/src'
|
| else:
|
| chdir='relocate/src/dir1'
|
|
|