Skip to content

Commit

Permalink
Make breakpad configure on FreeBSD.
Browse files Browse the repository at this point in the history
Add myself to the AUTHORS file.

BUG=

Review URL: https://codereview.chromium.org/142573006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247356 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
r.c.ladan@gmail.com committed Jan 28, 2014
1 parent 27882cc commit 4d95bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Ravi Phaneendra Kasibhatla <r.kasibhatla@samsung.com>
Ravi Phaneendra Kasibhatla <ravi.kasibhatla@motorola.com>
Rene Bolldorf <rb@radix.io>
Rene Ladan <r.c.ladan@gmail.com>
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Rob Buis <rob.buis@samsung.com>
Robert Bear Travis <bear.travis@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
},
],
}],
[ 'OS=="linux" or OS=="android"', {
[ 'OS=="linux" or OS=="android" or OS=="freebsd"', {
'conditions': [
['OS=="android"', {
'defines': [
Expand Down

0 comments on commit 4d95bc1

Please sign in to comment.