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

Unified Diff: chrome/chrome.gyp

Issue 1354703002: Delete dead code related to the removed helper apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove verify_no_objc.sh as well Created 5 years, 3 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 c01c55578291d0b2a32b88fc6f012800df4d426d..77f1d74e920fcfc4edf53a8a6222bf12e7d3a75d 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', {

Powered by Google App Engine
This is Rietveld 408576698