Chromium Code Reviews| Index: chrome/chrome_exe.gypi |
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
| index a2f0a4991d348ee8a9380a8c896ddc0438f2b96e..25a7628dc9055a2db5ad1c0afae228e6b899d918 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', |