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

Unified Diff: chrome/chrome.gyp

Issue 10837149: Don't use NXArgc or NXArgv. Access them via _NSGetArgc() and _NSGetArgv(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make argvp conster Created 8 years, 4 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 e9a108cd4f38d3f1963e2395bfe653087ba790f8..9c1e90339ade71ccf546fc635dd9e674b3983e94 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -420,16 +420,6 @@
'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves',
'INFOPLIST_FILE': 'app/helper-Info.plist',
},
- # Turn off -dead_strip in Release mode for the helper app. There's
- # little here to strip, and doing so preserves symbols from
- # crt1.10.6.o, which get removed incorrectly. http://crbug.com/139902
- 'configurations': {
- 'Release': {
- 'xcode_settings': {
- 'DEAD_CODE_STRIPPING': 'NO',
- },
- },
- },
'postbuilds': [
{
# The helper doesn't have real localizations, it just has

Powered by Google App Engine
This is Rietveld 408576698