| Index: test/ninja/normalize-paths-win/normalize-paths.gyp
|
| diff --git a/test/ninja/normalize-paths-win/normalize-paths.gyp b/test/ninja/normalize-paths-win/normalize-paths.gyp
|
| index ba0ee28157b6b7b02c742b23eae6251b3154d92a..544d06456d91cc03b46b6dddf1579c78022d2e38 100644
|
| --- a/test/ninja/normalize-paths-win/normalize-paths.gyp
|
| +++ b/test/ninja/normalize-paths-win/normalize-paths.gyp
|
| @@ -30,6 +30,18 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'Copy_Target',
|
| + 'type': 'none',
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(PRODUCT_DIR)',
|
| + 'files': [
|
| + '$(VSInstallDir)\\bin\\cl.exe',
|
| + ],
|
| + },
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'action',
|
| 'type': 'none',
|
| 'msvs_cygwin_shell': '0',
|
|
|