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

Unified Diff: chrome/chrome.gyp

Issue 10828228: Make the Mac Info.plist SCM keys generic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9c1e90339ade71ccf546fc635dd9e674b3983e94..bd4c53b544024e56f0c56b1a0cb0ed92a208a5ec 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -454,14 +454,14 @@
{
# Modify the Info.plist as needed. The script explains why this
# is needed. This is also done in the chrome and chrome_dll
- # targets. In this case, --breakpad=0, --keystone=0, and --svn=0
- # are used because Breakpad, Keystone, and Subversion keys are
+ # targets. In this case, --breakpad=0, --keystone=0, and --scm=0
+ # are used because Breakpad, Keystone, and SCM keys are
# never placed into the helper.
'postbuild_name': 'Tweak Info.plist',
'action': ['<(tweak_info_plist_path)',
'--breakpad=0',
'--keystone=0',
- '--svn=0'],
+ '--scm=0'],
},
{
# Make sure there isn't any Objective-C in the helper app's
@@ -561,14 +561,14 @@
{
# Modify the Info.plist as needed. The script explains why this
# is needed. This is also done in the chrome and chrome_dll
- # targets. In this case, --breakpad=0, --keystone=0, and --svn=0
- # are used because Breakpad, Keystone, and Subversion keys are
+ # targets. In this case, --breakpad=0, --keystone=0, and --scm=0
+ # are used because Breakpad, Keystone, and SCM keys are
# never placed into the app mode loader.
'postbuild_name': 'Tweak Info.plist',
'action': ['<(tweak_info_plist_path)',
'--breakpad=0',
'--keystone=0',
- '--svn=0'],
+ '--scm=0'],
},
],
}, # target app_mode_app

Powered by Google App Engine
This is Rietveld 408576698