Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index e638b2d595e6463f2b3e5131aefcedefee73805a..d7e2cbbc7dcb9f31c2c5f42c6b6d2da77417073f 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -44,6 +44,16 @@ |
'INFOPLIST_FILE': 'app/app-Info.plist', |
}, |
'conditions': [ |
+ ['component == "shared_library"', { |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)', |
+ 'files': [ |
+ 'app/chrome.exe.manifest', |
+ ], |
+ } |
grt (UTC plus 2)
2012/05/11 17:01:22
comma here, too
gab
2012/05/11 17:30:24
Whoopsie!
|
+ ], |
+ }], |
['order_text_section!=""', { |
'target_conditions' : [ |
['_toolset=="target"', { |