| Index: test/additional-targets/gyptest-additional.py
|
| diff --git a/test/additional-targets/gyptest-additional.py b/test/additional-targets/gyptest-additional.py
|
| index fcea0d573c10ffe8e0c0a0a7a5e08be96697f1a8..466283e55cb89363438d60cdcf535caca10da3fa 100755
|
| --- a/test/additional-targets/gyptest-additional.py
|
| +++ b/test/additional-targets/gyptest-additional.py
|
| @@ -40,7 +40,7 @@ if test.format == 'xcode-ninja':
|
| test.pass_test()
|
|
|
| # TODO(mmoss) Make consistent with msvs, with 'dir1' before 'out/Default'?
|
| -if test.format in ('make', 'ninja', 'android', 'cmake'):
|
| +if test.format in ('make', 'ninja', 'cmake'):
|
| chdir='relocate/src'
|
| else:
|
| chdir='relocate/src/dir1'
|
|
|