diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 19:17:16 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 19:17:16 +0000 |
commit | 5fd3aa4f25bb6c56dcd3069e98cf8f97c709bead (patch) | |
tree | 5860ca6518c87dbdb8614a0bcec35cd10cd5b439 /chrome/chrome.gyp | |
parent | 3a872d5919ac4dc340ba12594e8a6b6dce6a7d88 (diff) | |
download | chromium_src-5fd3aa4f25bb6c56dcd3069e98cf8f97c709bead.zip chromium_src-5fd3aa4f25bb6c56dcd3069e98cf8f97c709bead.tar.gz chromium_src-5fd3aa4f25bb6c56dcd3069e98cf8f97c709bead.tar.bz2 |
Use common name for icns file to avoid case sensitivity issues with
the filesystem and avoid the need for processing of Info.plist.
Dup of svn log since rietveld doesn't like A+D:
A + chrome/app/theme/chromium/app.icns
D chrome/app/theme/chromium/chromium.icns
M chrome/app/app-Info.plist
M chrome/chrome.gyp
Review URL: http://codereview.chromium.org/40238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
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'], }], ], }], |