summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authorgab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 01:26:29 +0000
committergab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 01:26:29 +0000
commit354afa70260e60d54204849dfe4947031a28b4ab (patch)
treea22c10e06a4117ef2ca4d9f0a23ab4702e4e10e7 /chrome/chrome_installer.gypi
parent94d3be01b6628b7b324c0d737d7634795a23c3d6 (diff)
downloadchromium_src-354afa70260e60d54204849dfe4947031a28b4ab.zip
chromium_src-354afa70260e60d54204849dfe4947031a28b4ab.tar.gz
chromium_src-354afa70260e60d54204849dfe4947031a28b4ab.tar.bz2
Revert "Make setup.exe compatible with the component build."
This reverts commit 455e64b6dbd407befca3ec7fc83c5fa861df1c44. It was breaking CRT DLL lookups for some people in VS2008. BUG=127233 TEST= Review URL: https://chromiumcodereview.appspot.com/10391153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 6309abc..852239a 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -324,21 +324,6 @@
},
],
'conditions': [
- ['component == "shared_library"', {
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
- 'installer/setup/setup.exe.manifest',
- ],
- },
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'GenerateManifest': 'false',
- },
- },
- }],
# 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: