| Index: chrome/chrome_exe.gypi | 
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi | 
| index 1bb2b178e4105ca6f75ab3f5bfe15b25b5d76afb..f64af02fa3ae5d23c4958e8afbc543a198d23daa 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', | 
|  |