Commit 140246a1 authored by robert.nagy@gmail.com's avatar robert.nagy@gmail.com

define OPENBSD and FREEBSD for libjingle in addition to BSD

BUG=
TEST=


Review URL: http://codereview.chromium.org/8825009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113311 0039d316-1c4b-4281-b951-d872f2087c98
parent 61ec4d57
......@@ -94,6 +94,16 @@
'BSD',
],
}],
['OS=="openbsd"', {
'defines': [
'OPENBSD',
],
}],
['OS=="freebsd"', {
'defines': [
'FREEBSD',
],
}],
['no_libjingle_logging==1', {
'defines': [
'NO_LIBJINGLE_LOGGING',
......@@ -138,6 +148,16 @@
'BSD',
],
}],
['OS=="openbsd"', {
'defines': [
'OPENBSD',
],
}],
['OS=="freebsd"', {
'defines': [
'FREEBSD',
],
}],
],
},
'targets': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment