summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 1bb2b17..f64af02 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -44,6 +44,13 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
+ ['component == "shared_library"', {
+ 'msvs_settings': {
+ 'VCManifestTool': {
+ 'EmbedManifest': 'false',
+ },
+ },
+ }],
['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
'dependencies' : [
'../tools/cygprofile/cygprofile.gyp:cygprofile',