Chromium Code Reviews| Index: chrome/installer/mini_installer.gyp |
| =================================================================== |
| --- chrome/installer/mini_installer.gyp (revision 212598) |
| +++ chrome/installer/mini_installer.gyp (working copy) |
| @@ -146,6 +146,17 @@ |
| 'message': 'Generating version information' |
| }, |
| ], |
| + # Copy the version file to a known location for FILES.cfg |
| + # TODO(jschuh): crbug.com/262193 Remove this copy and output |
| + # directly to PRODUCT_DIR when the builders are in sync. |
|
Michael Moss
2013/07/19 21:04:24
nit: "sync" on the builders has (unfortunately) se
jschuh
2013/07/19 21:43:50
Done.
|
| + 'copies': [ |
| + { |
| + 'destination': '<(PRODUCT_DIR)', |
| + 'files': [ |
| + '<(INTERMEDIATE_DIR)/mini_installer_exe_version.rc', |
| + ], |
| + }, |
| + ], |
| # TODO(mark): <(branding_dir) should be defined by the |
| # global condition block at the bottom of the file, but |
| # this doesn't work due to the following issue: |