summaryrefslogtreecommitdiffstats
path: root/build
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 /build
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 'build')
-rw-r--r--build/common.gypi17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 09e5c3b..e0a5f6b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2839,23 +2839,6 @@
'_HAS_EXCEPTIONS=0',
],
}],
- # To support installing a component build (where the DLLs are not in
- # same directory as chrome.exe and setup.exe):
- # create_installer_archive.py writes custom manifests for all the
- # DLLs. The setting below prevents VS from automatically generating
- # the usual manifests for those DLLs which would override the custom
- # external manifests.
- ['component=="shared_library"', {
- 'target_conditions': [
- ['_type=="shared_library"', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'GenerateManifest': 'false',
- },
- },
- }],
- ],
- }],
['MSVS_VERSION=="2008"', {
'defines': [
'_HAS_TR1=0',