Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Issue 115187: - Set the bundle name based on the executable name (since they both are the b... (Closed)

Created:
11 years, 7 months ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

- Set the bundle name based on the executable name (since they both are the branding). - Stop using CPP on the info.plist since we have to run a script anyways. - Set the bundleid into a build setting for simple info.plist processing to pick up. - Add a script for the chrome/app target to manually tweak the info.plist: - collect the version number from the build tree - collect the svn revision from the build tree - update the info.plist keys that need the version number based on collected data. - record the svn revision into the info.plist for trouble shooting. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15778

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -10 lines) Patch
A build/mac/tweak_app_infoplist View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/app/app-Info.plist View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +21 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
TVL
11 years, 7 months ago (2009-05-11 17:25:10 UTC) #1
Mark Mentovai
http://codereview.chromium.org/115187/diff/1/2 File build/mac/tweak_app_infoplist (right): http://codereview.chromium.org/115187/diff/1/2#newcode38 Line 38: SVN_REVISION=$(svnversion "${SRCROOT}" | sed -E -e 's/^([0-9]*)(:*)([0-9MS]*)/\1/') This ...
11 years, 7 months ago (2009-05-11 18:46:58 UTC) #2
TVL
cl updated
11 years, 7 months ago (2009-05-11 19:02:13 UTC) #3
Mark Mentovai
LGTM, I like. http://codereview.chromium.org/115187/diff/1004/8 File build/mac/tweak_app_infoplist (right): http://codereview.chromium.org/115187/diff/1004/8#newcode18 Line 18: # this means if we ...
11 years, 7 months ago (2009-05-11 19:06:44 UTC) #4
Mark Mentovai
http://codereview.chromium.org/115187/diff/1004/8 File build/mac/tweak_app_infoplist (right): http://codereview.chromium.org/115187/diff/1004/8#newcode75 Line 75: # 6, 2, 2 digits. ÊThe limitation was ...
11 years, 7 months ago (2009-05-11 19:09:52 UTC) #5
Mark Mentovai
11 years, 7 months ago (2009-05-11 20:12:23 UTC) #6
LGTM

Maybe file a bug to put YEAR into chrome/VERSION?

Maybe wrap some of those longish lines with \s?

Powered by Google App Engine
This is Rietveld 408576698