summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-07 06:25:17 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-07 06:25:17 +0000
commit8fcde31f65cfb51a5a1b55d11ec7d8c7f1866b6a (patch)
treeca89756661db8cc77d52d9261ad534de7a3291a3 /chrome/chrome_exe.gypi
parentc624240fb9c3e684d60a8a8e10ec9bedae8bbeed (diff)
downloadchromium_src-8fcde31f65cfb51a5a1b55d11ec7d8c7f1866b6a.zip
chromium_src-8fcde31f65cfb51a5a1b55d11ec7d8c7f1866b6a.tar.gz
chromium_src-8fcde31f65cfb51a5a1b55d11ec7d8c7f1866b6a.tar.bz2
Fix tweak_info_plist.py to be explicit about arguments.
BUG=115784 TEST=none Review URL: http://codereview.chromium.org/9617032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi13
1 files changed, 6 insertions, 7 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index e0255f1..d35f2a7 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -314,18 +314,17 @@
# 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 -s1 to
- # include Subversion information. The -p flag controls whether
+ # determine the tag of the installed product. Use --svn=1 to
+ # include Subversion 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',
- '-k<(mac_keystone)',
- '-s1',
- '-p<(internal_pdf)',
- '<(branding)',
- '<(mac_bundle_id)'],
+ '--keystone=<(mac_keystone)',
+ '--svn=1',
+ '--pdf=<(internal_pdf)',
+ '--bundle_id=<(mac_bundle_id)'],
},
{
'postbuild_name': 'Clean up old versions',