summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ui.gyp25
1 files changed, 0 insertions, 25 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index c0142f6..2b6e84b 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -8,33 +8,8 @@
'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
},
'target_defaults': {
- 'sources/': [
- ['exclude', '/(cocoa|gtk|win)/'],
- ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'],
- ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
- ],
'conditions': [
- ['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?)$'],
- ]}, { # else: OS != "mac"
- 'sources/': [
- ['exclude', '\\.mm?$'],
- ],
- }],
['OS=="win"',
- {'sources/': [
- ['include', '_(win)\\.cc$'],
- ['include', '/win/'],
- ['include', '/win_[^/]*\\.cc$'],
- ]},
{'variables': {'toolkit_views2': 1}},
],
['toolkit_views2==0', {'sources/': [