diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 21:40:29 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 21:40:29 +0000 |
commit | 01de0ce020b982f597ef6afe2b73cc2f275a7227 (patch) | |
tree | 810f92b3c468e6dc0aad3a09886c92b8c4bee06d /chrome/tools | |
parent | 5ef3f544a256a572d90dd9aae0eba58a08667eef (diff) | |
download | chromium_src-01de0ce020b982f597ef6afe2b73cc2f275a7227.zip chromium_src-01de0ce020b982f597ef6afe2b73cc2f275a7227.tar.gz chromium_src-01de0ce020b982f597ef6afe2b73cc2f275a7227.tar.bz2 |
Support custom Linux version strings (e.g. release channel, downstream vendor name, etc.).
Also reformat the Mac/Win version strings as per comments in
http://codereview.chromium.org/506007.
Review URL: http://codereview.chromium.org/506016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/build/linux/chrome-wrapper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/chrome-wrapper b/chrome/tools/build/linux/chrome-wrapper index ba6c304b..12ca820 100755 --- a/chrome/tools/build/linux/chrome-wrapper +++ b/chrome/tools/build/linux/chrome-wrapper @@ -62,6 +62,10 @@ esac # Always use our ffmpeg and other shared libs. export LD_LIBRARY_PATH="$HERE:$HERE/lib:$HERE/lib.target:$LD_LIBRARY_PATH" +# Custom version string for this release. This can be used to add a downstream +# vendor string or release channel information. +export CHROME_VERSION_EXTRA="custom" + exists_desktop_file || generate_desktop_file exec "$HERE/chrome" "$@" |