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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 7055003: Last gyp patch for cross-platform Unix support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months 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 b78918ddb1d4d6eb60c870f07b8ebef5046edcbb..f04091caa7998d351c963c514a810b8f78309e25 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -72,7 +72,7 @@
'OSX',
],
}],
- ['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd"', {
+ ['os_posix == 1', {
'defines': [
'POSIX',
],
@@ -116,7 +116,7 @@
'OSX',
],
}],
- ['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd"', {
+ ['os_posix == 1', {
'defines': [
'POSIX',
],
@@ -324,7 +324,7 @@
'source/talk/base/winping.h',
],
}],
- ['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd"', {
+ ['os_posix == 1', {
'sources': [
'source/talk/base/sslstreamadapter.cc',
'source/talk/base/sslstreamadapter.h',

Powered by Google App Engine
This is Rietveld 408576698