summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 19:19:21 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 19:19:21 +0000
commit9e63fded0cfe8c190294f5f26137afda39cbf3f2 (patch)
treeb99524d7dbddfd89d9a883d7ecd99e41cb391bc6 /chrome/chrome_installer.gypi
parent75adb07d770e1ff1c5147d835a818d7afb7fb94b (diff)
downloadchromium_src-9e63fded0cfe8c190294f5f26137afda39cbf3f2.zip
chromium_src-9e63fded0cfe8c190294f5f26137afda39cbf3f2.tar.gz
chromium_src-9e63fded0cfe8c190294f5f26137afda39cbf3f2.tar.bz2
lastchange: add a flag to only print the svn revision number
This allows me to change one of the callers to not parse the "REVISION=1234" output, which will allow me to change that output in a future change. BUG=41264 Review URL: http://codereview.chromium.org/6265021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 9db6089..8aaf57f 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -340,7 +340,7 @@
# Always google_chrome since this only applies to branding==Chrome.
'branding_dir': 'app/theme/google_chrome',
'version' : '<!(python <(version_py_path) -f <(DEPTH)/chrome/VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")',
- 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py | cut -d "=" -f 2)',
+ 'revision' : '<!(python <(DEPTH)/build/util/lastchange.py --revision-only)',
'packaging_files_common': [
'installer/linux/internal/common/apt.include',
'installer/linux/internal/common/default-app.template',