summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 14:56:37 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 14:56:37 +0000
commit4e086463cb7de8e6c1538e7282d2ed260ae8099f (patch)
treed63cf24bcd0e4ecb8296c41a2c40299b0fd89826 /chrome/app
parentd4af56a5025a40a8f229b1a6eff43f6cd9a7aba8 (diff)
downloadchromium_src-4e086463cb7de8e6c1538e7282d2ed260ae8099f.zip
chromium_src-4e086463cb7de8e6c1538e7282d2ed260ae8099f.tar.gz
chromium_src-4e086463cb7de8e6c1538e7282d2ed260ae8099f.tar.bz2
Set the CFBundleName during the info.plist processing instead of fixing it up in the packaging step.
Review URL: http://codereview.chromium.org/113196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/app-Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist
index d8472b6..872244f 100644
--- a/chrome/app/app-Info.plist
+++ b/chrome/app/app-Info.plist
@@ -122,6 +122,8 @@
<string>BUNDLE_ID</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
+ <key>CFBundleName</key>
+ <string>BUNDLE_NAME</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>