summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gyp
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-20 01:56:27 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-20 01:56:27 +0000
commit1a3b29d0c635a12b323552437599e146e5290fe4 (patch)
tree851278952e4177e4d7b8d9168546ea97a8da4b19 /chrome/installer/mini_installer.gyp
parent2329c14fb92f1ee33547f0a58c28268da2da24d9 (diff)
downloadchromium_src-1a3b29d0c635a12b323552437599e146e5290fe4.zip
chromium_src-1a3b29d0c635a12b323552437599e146e5290fe4.tar.gz
chromium_src-1a3b29d0c635a12b323552437599e146e5290fe4.tar.bz2
Copy mini_installer_exe_version.rc to PRODUCT_DIR
This is needed to fix hardcoded paths in FILES.CFG that prevent using ninja for official builds. BUG=262193 R=grt@chromium.org, mmoss@chromium.org Review URL: https://codereview.chromium.org/19845002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r--chrome/installer/mini_installer.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 62fa5bd..a9d0388 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -146,6 +146,18 @@
'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 official builders are
+ # verified to not need the intermediate location.
+ '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: