Index: chrome/chrome_installer.gypi |
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
index 658db4b51ececbb442123f50d705f00cb8a1a57c..e5b9af9c8f55352dbf50b97085c980e7ed5373ab 100644 |
--- a/chrome/chrome_installer.gypi |
+++ b/chrome/chrome_installer.gypi |
@@ -359,11 +359,6 @@ |
}, |
], |
'conditions': [ |
- ['component == "shared_library"', { |
- 'variables': { |
- 'win_use_external_manifest': 1, |
- }, |
- }], |
# 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: |