summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 4f04204..d36f093 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1349,9 +1349,9 @@
'product_name': '<(branding)',
'conditions': [
['branding=="Chrome"', {
- 'mac_bundle_resources': ['app/theme/google_chrome/chrome.icns'],
+ 'mac_bundle_resources': ['app/theme/google_chrome/app.icns'],
}, { # else: branding!="Chrome"
- 'mac_bundle_resources': ['app/theme/chromium/chromium.icns'],
+ 'mac_bundle_resources': ['app/theme/chromium/app.icns'],
}],
],
}],