| Index: extensions/shell/app_shell.gyp
|
| diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
|
| index fb8f05446919ab1b53c5786c4b72132ae013a3eb..6aaf295081d7561b407065c1b2f3fb4bb42ae963 100644
|
| --- a/extensions/shell/app_shell.gyp
|
| +++ b/extensions/shell/app_shell.gyp
|
| @@ -172,6 +172,7 @@
|
| # Modify the Info.plist as needed.
|
| 'postbuild_name': 'Tweak Info.plist',
|
| 'action': ['../../build/mac/tweak_info_plist.py',
|
| + '--plist=${TARGET_BUILD_DIR}/${INFOPLIST_PATH}',
|
| '--scm=1',
|
| '--version=<(app_shell_version)'],
|
| },
|
| @@ -307,6 +308,7 @@
|
| # but this seems like a really good place to store them.
|
| 'postbuild_name': 'Tweak Info.plist',
|
| 'action': ['../../build/mac/tweak_info_plist.py',
|
| + '--plist=${TARGET_BUILD_DIR}/${INFOPLIST_PATH}',
|
| '--breakpad=1',
|
| '--keystone=0',
|
| '--scm=1',
|
| @@ -379,6 +381,7 @@
|
| # never placed into the helper.
|
| 'postbuild_name': 'Tweak Info.plist',
|
| 'action': ['../../build/mac/tweak_info_plist.py',
|
| + '--plist=${TARGET_BUILD_DIR}/${INFOPLIST_PATH}',
|
| '--breakpad=0',
|
| '--keystone=0',
|
| '--scm=0',
|
|
|