summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gyp
diff options
context:
space:
mode:
authorkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-21 21:04:46 +0000
committerkaren@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-21 21:04:46 +0000
commite27817e48ddc27081ca2ab3d72ec687ce2006ac2 (patch)
tree077b69f7605bf8353be70a945ff965c24dc7d069 /chrome/installer/mini_installer.gyp
parent67efa08db0551807f19db3c432fda3940fb3886a (diff)
downloadchromium_src-e27817e48ddc27081ca2ab3d72ec687ce2006ac2.zip
chromium_src-e27817e48ddc27081ca2ab3d72ec687ce2006ac2.tar.gz
chromium_src-e27817e48ddc27081ca2ab3d72ec687ce2006ac2.tar.bz2
Revert 212719 "Copy mini_installer_exe_version.rc to PRODUCT_DIR"
> 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 TBR=jschuh@chromium.org Review URL: https://codereview.chromium.org/19825003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r--chrome/installer/mini_installer.gyp12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index a9d0388..62fa5bd 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -146,18 +146,6 @@
'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: