diff options
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp index 043803f..9003a44 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -46,12 +46,11 @@ ['include', '_(win)\\.cc$'], ['include', '/win/'], ['include', '/win_[^/]*\\.cc$'], + ['exclude', 'touchui/touch_factory.cc'], ]}], ['touchui==0', {'sources/': [ - ['exclude', 'events/event_x.cc$'], ['exclude', 'native_menu_x.cc$'], ['exclude', 'native_menu_x.h$'], - ['exclude', 'touchui/'], ['exclude', '_(touch)\\.cc$'], ['exclude', 'widget/tooltip_manager_views.cc$'], ]}], |