| Index: views/views.gyp
|
| diff --git a/views/views.gyp b/views/views.gyp
|
| index 65b90fbbb141e724df3575e521c1ee59030d74bd..41dfe390633b01c56f811a60988a9c580ed5d45e 100644
|
| --- a/views/views.gyp
|
| +++ b/views/views.gyp
|
| @@ -13,7 +13,6 @@
|
| ['include', '_(win)\\.cc$'],
|
| ['include', '/win/'],
|
| ['include', '/win_[^/]*\\.cc$'],
|
| - ['exclude', 'touchui/touch_factory.cc'],
|
| ]}],
|
| ['touchui==0', {
|
| 'sources/': [
|
| @@ -259,8 +258,6 @@
|
| 'events/event_gtk.cc',
|
| 'events/event_wayland.cc',
|
| 'events/event_win.cc',
|
| - 'events/event_utils_win.cc',
|
| - 'events/event_utils_win.h',
|
| 'events/event_x.cc',
|
| 'focus/accelerator_handler.h',
|
| 'focus/accelerator_handler_aura.cc',
|
| @@ -331,8 +328,6 @@
|
| 'repeat_controller.h',
|
| 'touchui/gesture_manager.cc',
|
| 'touchui/gesture_manager.h',
|
| - 'touchui/touch_factory.cc',
|
| - 'touchui/touch_factory.h',
|
| 'touchui/touch_selection_controller.cc',
|
| 'touchui/touch_selection_controller.h',
|
| 'touchui/touch_selection_controller_impl.cc',
|
| @@ -425,8 +420,6 @@
|
| ['exclude', '_(gtk|x)\\.cc$'],
|
| ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
|
| ['exclude', 'focus/accelerator_handler_touch.cc'],
|
| - ['exclude', 'touchui/touch_factory.cc'],
|
| - ['exclude', 'touchui/touch_factory.h'],
|
| ['include', 'controls/menu/native_menu_linux.cc'],
|
| ['include', 'controls/menu/native_menu_linux.h'],
|
| ['include', 'drag_utils_gtk.cc'],
|
| @@ -541,6 +534,11 @@
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| }],
|
| + ['use_x11==0', {
|
| + 'sources!': [
|
| + 'events/event_x.cc',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|