Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 4e15b6c4361343938986e9a3ef3daed7d1612d6a..9b2bd9b698c4ef0b65dbd8b27fe2519e77ec8913 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -14,7 +14,7 @@ |
| ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], |
| ], |
| 'conditions': [ |
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [ |
| + ['toolkit_uses_gtk==1', {'sources/': [ |
|
tony
2011/05/16 19:25:11
wrapping
|
| ['include', '/gtk/'], |
| ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], |
| ['include', '/(gtk|x11)_[^/]*\\.cc$'], |