| 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',
|
|
|