Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index e638b2d595e6463f2b3e5131aefcedefee73805a..0673300d28f642f8c3de5cc78492b75e60ce9322 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -44,6 +44,21 @@ |
'INFOPLIST_FILE': 'app/app-Info.plist', |
}, |
'conditions': [ |
+ ['component == "shared_library"', { |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)', |
+ 'files': [ |
+ 'app/chrome.exe.manifest', |
+ ], |
+ }, |
+ ], |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'GenerateManifest': 'false', |
+ }, |
+ }, |
+ }], |
['order_text_section!=""', { |
'target_conditions' : [ |
['_toolset=="target"', { |