Index: chrome/chrome_installer.gypi |
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi |
index 852239a743b7f15394db471ac7e3c6dbfb4a75f4..0249ced0f92f6f1fea5dc1cc270048c788cd5e8c 100644 |
--- a/chrome/chrome_installer.gypi |
+++ b/chrome/chrome_installer.gypi |
@@ -324,6 +324,16 @@ |
}, |
], |
'conditions': [ |
+ ['component == "shared_library"', { |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)', |
+ 'files': [ |
+ 'installer/setup/setup.exe.manifest', |
+ ] |
grt (UTC plus 2)
2012/05/11 15:10:50
commas here, too
gab
2012/05/11 15:56:51
Done.
|
+ } |
+ ], |
+ }], |
# 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: |