Chromium Code Reviews| Index: test/symlinks/hello.gyp |
| diff --git a/test/hello/hello.gyp b/test/symlinks/hello.gyp |
| similarity index 79% |
| copy from test/hello/hello.gyp |
| copy to test/symlinks/hello.gyp |
| index 1974d51ccd1934cfc0841f26e7118448b2fb1c98..07a98d0e24c7d970a0b1f6e646e72537be01d64b 100644 |
| --- a/test/hello/hello.gyp |
| +++ b/test/symlinks/hello.gyp |
| @@ -5,10 +5,10 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'hello', |
| + 'target_name': 'symlink_hello', |
| 'type': 'executable', |
| 'sources': [ |
| - 'hello.c', |
| + 'symlink_hello.c', |
| ], |
| }, |
| ], |