summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 18:14:23 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 18:14:23 +0000
commitfdfed9268ae3aa60f3c81e8ff51de2a1d968e94e (patch)
treefe4827e6f8db89ca52159ab0a5c8fdd73c9a617a /breakpad
parent3bab080155ca617eec7fe3884674c96e84907f2a (diff)
downloadchromium_src-fdfed9268ae3aa60f3c81e8ff51de2a1d968e94e.zip
chromium_src-fdfed9268ae3aa60f3c81e8ff51de2a1d968e94e.tar.gz
chromium_src-fdfed9268ae3aa60f3c81e8ff51de2a1d968e94e.tar.bz2
Fix Breakpad-enabled Mac builds following r111783, with the Breakpad update
past r889. Review URL: http://codereview.chromium.org/8729037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 198ecb2..2774135 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -53,6 +53,7 @@
'breakpad_utilities',
],
'include_dirs': [
+ 'src/client/apple/Framework',
'src/common/mac',
],
'sources': [
@@ -193,6 +194,14 @@
'crash_inspector',
'crash_report_sender',
],
+ 'include_dirs': [
+ 'src/client/apple/Framework',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'src/client/apple/Framework',
+ ],
+ },
'defines': [
'USE_PROTECTED_ALLOCATIONS=1',
],