Chromium Code Reviews| Index: chrome/chrome.gyp |
| =================================================================== |
| --- chrome/chrome.gyp (revision 18694) |
| +++ chrome/chrome.gyp (working copy) |
| @@ -2666,7 +2666,7 @@ |
| 'outputs': [ |
| '<(PRODUCT_DIR)/First Run', |
| ], |
| - 'action': ['copy', '<@(_inputs)', '<@(_outputs)'], |
| + 'action': ['cp', '-f', '<@(_inputs)', '<@(_outputs)'], |
| 'message': 'Copy first run complete sentinel file', |
| }, |
| ], |