Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 6cd70110d5a668b9f876330cb96e37c76f4603c7..198a3de29a9c69d18ae1dc4511cbc24563738801 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -468,7 +468,7 @@ |
'conditions': [ |
['OS=="mac"', { |
'copies': [{ |
- 'destination': '<(PRODUCT_DIR)/<(branding).app/Contents/Versions/<(version_full)/<(branding) Helper.app/Contents/MacOS/', |
+ 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)/<(mac_product_name) Helper.app/Contents/MacOS/', |
'files': ['<(PRODUCT_DIR)/osmesa.so'], |
}], |
}], |