Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 8825009: define OPENBSD and FREEBSD for libjingle in addition to BSD (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 4bf71c5c28d34183d86cce9e9ab2326856eea7d0..54ce6475b06c05941d8d3c82a143b533f24eb414 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698