diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 0673300..e638b2d 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -44,21 +44,6 @@ '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"', { |