diff options
author | kerrnel <kerrnel@chromium.org> | 2015-09-21 11:39:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-21 18:40:28 +0000 |
commit | 0c619649467faa44c72db1ddfabbf59e535b4d31 (patch) | |
tree | 33467e72ec90979de3c6d6134a8ce3ff54e53295 /extensions/shell | |
parent | ded8a57ee09a9e015c3dca39f860574d69f5b008 (diff) | |
download | chromium_src-0c619649467faa44c72db1ddfabbf59e535b4d31.zip chromium_src-0c619649467faa44c72db1ddfabbf59e535b4d31.tar.gz chromium_src-0c619649467faa44c72db1ddfabbf59e535b4d31.tar.bz2 |
Delete dead code related to the removed helper apps.
It is no longer clear if we will be adding more helper variants in the
near future. This change removes any additional dead code related to the
helper apps.
BUG=520680
Review URL: https://codereview.chromium.org/1354703002
Cr-Commit-Position: refs/heads/master@{#349970}
Diffstat (limited to 'extensions/shell')
-rw-r--r-- | extensions/shell/app_shell.gyp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp index 9c6ead5..0ad524c 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -179,30 +179,6 @@ '--scm=1', '--version=<(app_shell_version)'], }, - { - # This postbuild step is responsible for creating the following - # helpers: - # - # App Shell Helper EH.app and App Shell Helper NP.app are - # created from App Shell Helper.app. - # - # The EH helper is marked for an executable heap. The NP helper - # is marked for no PIE (ASLR). - 'postbuild_name': 'Make More Helpers', - 'action': [ - '../../build/mac/make_more_helpers.sh', - 'Frameworks', - '<(app_shell_product_name)', - ], - }, - { - # Make sure there isn't any Objective-C in the shell's - # executable. - 'postbuild_name': 'Verify No Objective-C', - 'action': [ - '../../build/mac/verify_no_objc.sh', - ], - }, ], }], ], @@ -416,14 +392,6 @@ '--scm=0', '--version=<(app_shell_version)'], }, - { - # Make sure there isn't any Objective-C in the helper app's - # executable. - 'postbuild_name': 'Verify No Objective-C', - 'action': [ - '../../build/mac/verify_no_objc.sh', - ], - }, ], }, # target app_shell_helper ], |