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 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years, 1 month 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
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index e2e1744ee41f51fff2d673455698b079b0879b01..5b2e7640712519a5a627eb4c996892fcd2e0f2f9 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -89,7 +89,7 @@
'POSIX',
],
}],
- ['OS=="openbsd" or OS=="freebsd"', {
+ ['os_bsd==1', {
'defines': [
'BSD',
],
@@ -133,7 +133,7 @@
'POSIX',
],
}],
- ['OS=="openbsd" or OS=="freebsd"', {
+ ['os_bsd==1', {
'defines': [
'BSD',
],

Powered by Google App Engine
This is Rietveld 408576698