summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/views.gyp18
1 files changed, 0 insertions, 18 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 7ac9d79..eb3157b 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -23,25 +23,7 @@
],
'target_defaults': {
- 'sources/': [
- ['exclude', '/(cocoa|gtk|win)/'],
- ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|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/'],