Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index e638b2d595e6463f2b3e5131aefcedefee73805a..fbae63180947c00251a1defececd286a971bea14 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 15:10:50
the prevailing style for the gyp files seems to ca
gab
2012/05/11 15:56:51
Done.
|
+ } |
+ ], |
+ }], |
['order_text_section!=""', { |
'target_conditions' : [ |
['_toolset=="target"', { |