| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 4e15b6c4361343938986e9a3ef3daed7d1612d6a..046a836d3614bdaec1b6a7ff9a211d9f7633af00 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -14,11 +14,13 @@
|
| ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
|
| ],
|
| 'conditions': [
|
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [
|
| - ['include', '/gtk/'],
|
| - ['include', '_(gtk|linux|posix|skia|x)\\.cc$'],
|
| - ['include', '/(gtk|x11)_[^/]*\\.cc$'],
|
| - ]}],
|
| + ['toolkit_uses_gtk == 1', {
|
| + 'sources/': [
|
| + ['include', '/gtk/'],
|
| + ['include', '_(gtk|linux|posix|skia|x)\\.cc$'],
|
| + ['include', '/(gtk|x11)_[^/]*\\.cc$'],
|
| + ],
|
| + }],
|
| ['OS=="mac"', {'sources/': [
|
| ['include', '/cocoa/'],
|
| ['include', '_(cocoa|mac|posix)\\.(cc|mm?)$'],
|
|
|