Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6198)

Unified Diff: chrome/chrome_exe.gypi

Issue 10828228: Make the Mac Info.plist SCM keys generic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change branch back to path Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 39f30b52fa02088fc0669ceffa51a9648e65a2ff..9909ed4f233bd8d72e3091a88ef0b86cf99f4411 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)'],
},
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698