Index: net/third_party/nss/ssl.gyp |
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp |
index 562539e1acfc08012764110411d7359cb30db5f3..eb732a09f00136eaece73146422be28e1e7aa805 100644 |
--- a/net/third_party/nss/ssl.gyp |
+++ b/net/third_party/nss/ssl.gyp |
@@ -4,7 +4,7 @@ |
{ |
'conditions': [ |
- [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
+ [ 'os_posix == 1 and OS != "mac"', { |
'conditions': [ |
['sysroot!=""', { |
'variables': { |
@@ -105,7 +105,7 @@ |
], |
}, |
], |
- [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |
+ [ 'os_posix == 1 and OS != "mac"', { |
'defines': [ |
# These macros are needed only for compiling the files in |
# ssl/bodge. |