| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 1d65f4a39d13c2b98f3553a13fa1af20d41bd03e..0ba725a8a7385b2bbf2910c91276735ace80d3c6 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
|
|
|