diff options
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r-- | chrome/chrome_installer.gypi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index 852239a..6309abc 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -324,6 +324,21 @@ }, ], 'conditions': [ + ['component == "shared_library"', { + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)', + 'files': [ + 'installer/setup/setup.exe.manifest', + ], + }, + ], + 'msvs_settings': { + 'VCLinkerTool': { + 'GenerateManifest': 'false', + }, + }, + }], # TODO(mark): <(branding_dir) should be defined by the # global condition block at the bottom of the file, but # this doesn't work due to the following issue: |