| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index e011383bcffcef0e366b65ac3ccb6cb6216bc6a3..c4878fee02fbbd1a4e11f1e200e0dfd551a71550 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -32,6 +32,7 @@
|
| ['include', '/win_[^/]*\\.cc$'],
|
| ]}],
|
| ['touchui==0', {'sources/': [
|
| + ['exclude', 'event_x.cc$'],
|
| ['exclude', 'touchui/'],
|
| ['exclude', '_(touch)\\.cc$'],
|
| ]}],
|
| @@ -235,6 +236,7 @@
|
| 'event.h',
|
| 'event_gtk.cc',
|
| 'event_win.cc',
|
| + 'event_x.cc',
|
| 'fill_layout.cc',
|
| 'fill_layout.h',
|
| 'focus/accelerator_handler.h',
|
| @@ -269,8 +271,6 @@
|
| 'standard_layout.h',
|
| 'touchui/gesture_manager.cc',
|
| 'touchui/gesture_manager.h',
|
| - 'touchui/touch_event_dispatcher_gtk.cc',
|
| - 'touchui/touch_event_dispatcher_gtk.h',
|
| 'view.cc',
|
| 'view.h',
|
| 'view_constants.cc',
|
|
|