Chromium Code Reviews| Index: build/temp_gyp/googleurl.gyp |
| diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp |
| index 8e87a70ac5725c6ba5c45e7558be1272b0e1be5e..b59d994da501bd0f21a516c756cced858038eb82 100644 |
| --- a/build/temp_gyp/googleurl.gyp |
| +++ b/build/temp_gyp/googleurl.gyp |
| @@ -86,7 +86,7 @@ |
| '../../base/test/run_all_unittests.cc', |
| ], |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd"', { |
| + ['os_posix==1 and OS!="mac"', { |
| 'conditions': [ |
| ['linux_use_tcmalloc==1', { |
| 'dependencies': [ |