Chromium Code Reviews| Index: chrome/chrome_exe.gypi |
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
| index 15ae7bbcb7dc5587d98b20fd1e0ab470a43ffbaf..a11d90b33a9963ca92b1f908a388e1e7f6c06630 100644 |
| --- a/chrome/chrome_exe.gypi |
| +++ b/chrome/chrome_exe.gypi |
| @@ -150,7 +150,7 @@ |
| 'disable_pie%': 0, |
| }, |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| + ['os_posix == 1 and OS != "mac"', { |
| 'actions': [ |
| { |
| 'action_name': 'manpage', |