From c8dc7e65f3f423a176d408a3e2dd952ed84c9f0f Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Mon, 27 Jun 2011 21:31:44 +0000 Subject: Add _NXArgc and _NXArgv to the list of symbols saved (not stripped) in the main executable. Fix a bug preventing the list of saved symbols from being consulted during stripping in Breakpad-enabled builds. BUG=87646 TEST=Run the relaunch tests, as in r90371 Review URL: http://codereview.chromium.org/7277012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90647 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_exe.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/chrome_exe.gypi') diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 238779f..6ab3910 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -269,6 +269,11 @@ # A real .dSYM is needed for dump_syms to operate on. 'mac_real_dsym': 1, }, + 'xcode_settings': { + # With mac_real_dsym set, strip_from_xcode won't be used. + # Specify CHROMIUM_STRIP_SAVE_FILE directly to Xcode. + 'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)', + }, 'dependencies': [ '../breakpad/breakpad.gyp:dump_syms', '../breakpad/breakpad.gyp:symupload', -- cgit v1.1