Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1439)

Unified Diff: build/common.gypi

Issue 9701050: Make setup.exe compatible with the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wooooohoooo^2 :)^2 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gyp » ('j') | chrome/installer/setup/install_worker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 04a3dbe3b7c2d3b1c46b3929e7d8156e05e178a9..a7d2a0093f58095b5f8fb971e5ddd0bcec088a4d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2834,6 +2834,13 @@
'_HAS_EXCEPTIONS=0',
],
}],
+ ['component=="shared_library"', {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'GenerateManifest': 'false',
+ },
+ },
+ }],
['MSVS_VERSION=="2008"', {
'defines': [
'_HAS_TR1=0',
« no previous file with comments | « no previous file | chrome/installer/mini_installer.gyp » ('j') | chrome/installer/setup/install_worker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698