Chromium Code Reviews| Index: ui/base/strings/ui_strings.gyp |
| diff --git a/ui/base/strings/ui_strings.gyp b/ui/base/strings/ui_strings.gyp |
| index 257a9dab084333054ca216d6ad9745ff9bbfafea..e33635b9b14e1b6811d00ee01b4c37480c707888 100644 |
| --- a/ui/base/strings/ui_strings.gyp |
| +++ b/ui/base/strings/ui_strings.gyp |
| @@ -40,7 +40,7 @@ |
| }, |
| ], |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
| + ['os_posix == 1 and OS != "mac"', { |
| 'targets': [{ |
| 'target_name': 'ui_unittest_strings', |
| 'type': 'none', |