Chromium Code Reviews| Index: ui/gfx/compositor/compositor.gyp |
| diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp |
| index 98adcf82fbe96dad97eec3da18e9fac307a6e6e9..e75fd445e8d2d28774155467a202fd16005f75b3 100644 |
| --- a/ui/gfx/compositor/compositor.gyp |
| +++ b/ui/gfx/compositor/compositor.gyp |
| @@ -8,7 +8,7 @@ |
| ['exclude', '_(gl|win)\\.(cc?)$'], |
| ], |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [ |
| + ['os_posix==1 and OS!="mac"', {'sources/': [ |
|
tony
2011/05/16 19:25:11
Can you fix the line wrapping while you're here?
|
| ['include', '_(gl)\\.cc$'], |
| ]}], |
| ['OS=="win"', {'sources/': [ |
| @@ -33,7 +33,7 @@ |
| 'compositor_gl.cc', |
| ], |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| + ['os_posix==1 and OS!="mac"', { |
| 'sources!': [ |
| 'compositor.cc', |
| ], |