summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 21:40:29 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 21:40:29 +0000
commit01de0ce020b982f597ef6afe2b73cc2f275a7227 (patch)
tree810f92b3c468e6dc0aad3a09886c92b8c4bee06d /chrome/tools
parent5ef3f544a256a572d90dd9aae0eba58a08667eef (diff)
downloadchromium_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-xchrome/tools/build/linux/chrome-wrapper4
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" "$@"