Skip to content

Commit

Permalink
Fix Breakpad-enabled Mac builds following r111783, with the Breakpad …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mark@chromium.org committed Nov 29, 2011
1 parent 3bab080 commit fdfed92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'breakpad_utilities',
],
'include_dirs': [
'src/client/apple/Framework',
'src/common/mac',
],
'sources': [
Expand Down Expand Up @@ -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',
],
Expand Down

0 comments on commit fdfed92

Please sign in to comment.