Index: chrome/chrome_installer.gypi |
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
index c8477b3932ae515ff1034d0f5e05370422b9e82e..29a36f2248cd67785160b33377fdb475e393e041 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: |