Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 30685) |
+++ chrome/chrome.gyp (working copy) |
@@ -3738,10 +3738,12 @@ |
{ |
# TODO(tony): Remove this after Nov 13, 2009. |
'postbuild_name': 'cleanup_theme_pak', |
- 'action': ['rm', '-f', |
- '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions' |
- '/<(version_full)/<(mac_product_name) Framework.framework/' |
- 'Resources/theme.pak'], |
+ 'action': [ |
+ 'rm', '-f', |
+ '${BUILT_PRODUCTS_DIR}/<(mac_product_name).app/Contents/' |
+ 'Versions/<(version_full)/' |
+ '<(mac_product_name) Framework.framework/Resources/theme.pak' |
Nico
2009/11/02 17:23:51
I prefer to explicitly use `+` in these cases at t
|
+ ], |
}, |
], # postbuilds |
}, { # else: OS != "mac" |