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

Unified Diff: chrome/chrome_exe.gypi

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
« chrome/browser/mac/relauncher.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index b570f98f0dc62e1986508d1e4a2664a3e550e1b8..39f30b52fa02088fc0669ceffa51a9648e65a2ff 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -247,16 +247,6 @@
'CHROMIUM_CREATOR': '<(mac_creator)',
'CHROMIUM_SHORT_NAME': '<(branding)',
},
- # Turn off -dead_strip in Release mode for the main 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',
- },
- },
- },
'dependencies': [
'helper_app',
'infoplist_strings_tool',
« chrome/browser/mac/relauncher.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698