summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-22 21:18:55 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-22 21:18:55 +0000
commitcc3b1826c0dbf8aa92484a0510ecfbe98f591335 (patch)
tree23cf8a79671994333bb31d3e1393552f5a167091 /breakpad
parent04f94eb6d9cd8e0049a2decc7e96cba24d6903a1 (diff)
downloadchromium_src-cc3b1826c0dbf8aa92484a0510ecfbe98f591335.zip
chromium_src-cc3b1826c0dbf8aa92484a0510ecfbe98f591335.tar.gz
chromium_src-cc3b1826c0dbf8aa92484a0510ecfbe98f591335.tar.bz2
Last chunk of OS X Breakpad integration:
* Link agasint Breakpad from public svn repo. * Bump DEPS to new svn rev of Breakpad with fixes for 10.5 compilation. * Fill in code to differentiate between processes types in crash report. Review URL: http://codereview.chromium.org/88043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 26a2a6d..ac70ca9e 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -12,6 +12,14 @@
'include_dirs': [
'src/',
],
+ 'configurations': {
+ 'Debug': {
+ 'defines': [
+ # This is needed for GTMLogger to work correctly.
+ 'DEBUG',
+ ],
+ },
+ },
},
'targets': [
{