Chromium Code Reviews| Index: sandbox/sandbox.gyp |
| diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp |
| index 9078337b561ca9970b4f51276799d54027a34078..4c611db97ff7d8dbfe84683230d0bf3a5faf8983 100644 |
| --- a/sandbox/sandbox.gyp |
| +++ b/sandbox/sandbox.gyp |
| @@ -126,7 +126,7 @@ |
| ], |
| }, |
| 'conditions': [ |
| - [ 'OS=="freebsd" or OS=="openbsd"', { |
| + [ 'os_posix == 1 and OS != "mac" and OS != "linux"', { |
| # GYP requires that each file have at least one target defined. |
| 'targets': [ |
| { |