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 /chrome/chrome.gyp | |
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 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index c01c555..77f1d74 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -230,14 +230,6 @@ '--keystone=0', '--scm=0'], }, - { - # 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', - ], - }, ], 'conditions': [ ['mac_breakpad==1', { |