summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 8c437a6..ef8ba07 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -31,6 +31,9 @@
['include', '/win/'],
['include', '/win_[^/]*\\.cc$'],
]}],
+ ['touchui==0', {'sources/': [
+ ['exclude', 'touchui/'],
+ ]}],
],
},
'targets': [
@@ -260,6 +263,8 @@
'screen_gtk.cc',
'screen_win.cc',
'standard_layout.h',
+ 'touchui/gesture_manager.h',
+ 'touchui/gesture_manager.cc',
'view.cc',
'view.h',
'view_constants.cc',
@@ -359,6 +364,9 @@
'widget/widget_win.cc',
],
}],
+ ['touchui==1', {
+ 'defines': ['TOUCH_UI=1'],
+ }],
['OS=="win"', {
'sources!': [
'controls/slider/slider.cc',