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)'], |
}, |