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

Unified Diff: breakpad/breakpad.gyp

Issue 113999: Run real dsymutil to get a real .dSYM for Breakpad dump_syms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 17113)
+++ breakpad/breakpad.gyp (working copy)
@@ -10,7 +10,7 @@
[ 'OS=="mac"', {
'target_defaults': {
'include_dirs': [
- 'src/',
+ 'src',
],
'configurations': {
'Debug': {
@@ -104,6 +104,10 @@
'src/common/mac/dump_syms.mm',
'src/tools/mac/dump_syms/dump_syms_tool.mm',
],
+ 'xcode_settings': {
+ # The DWARF utilities require -funsigned-char.
+ 'GCC_CHAR_IS_UNSIGNED_CHAR': 'YES',
+ },
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698