diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 22:53:18 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-23 22:53:18 +0000 |
commit | bbf52444adcf0b8d08f36877e938831e5bd82333 (patch) | |
tree | 8d279c69e8aa5e2c199fd78ee2a3487596219816 /chrome/chrome_exe.gypi | |
parent | c4cc7f2b4490831820cbd8461566e5ddb1154c1d (diff) | |
download | chromium_src-bbf52444adcf0b8d08f36877e938831e5bd82333.zip chromium_src-bbf52444adcf0b8d08f36877e938831e5bd82333.tar.gz chromium_src-bbf52444adcf0b8d08f36877e938831e5bd82333.tar.bz2 |
Make the Mac Info.plist SCM keys generic
This allows the file_version_info_mac code to make sense for any SCM
(e.g., git). It also aligns the use of FetchVersionInfo to its
documented behavior, which is to return a (branch, revision) tuple
for "some appropriate revision control system".
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10828228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 39f30b5..9909ed4 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -329,15 +329,15 @@ # Keystone information is included if Keystone is enabled. The # application reads Keystone keys from this plist and not the # framework's, and the ticket will reference this Info.plist to - # determine the tag of the installed product. Use --svn=1 to - # include Subversion information. The --pdf flag controls whether + # determine the tag of the installed product. Use --scm=1 to + # include SCM information. The --pdf flag controls whether # to insert PDF as a supported type identifier that can be # opened. 'postbuild_name': 'Tweak Info.plist', 'action': ['<(tweak_info_plist_path)', '--breakpad=0', '--keystone=<(mac_keystone)', - '--svn=1', + '--scm=1', '--pdf=<(internal_pdf)', '--bundle_id=<(mac_bundle_id)'], }, |