Index: views/views.gyp |
diff --git a/views/views.gyp b/views/views.gyp |
index 96a243368d39a5266f07a7faf3feb94bf67ed7e2..2a4795aed1ec1cb7c7a7af8a9c63a37210f394ee 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/': [ |
@@ -261,8 +260,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', |
@@ -333,8 +330,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', |
@@ -427,8 +422,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'], |
@@ -543,6 +536,11 @@ |
'<(DEPTH)/third_party/wtl/include', |
], |
}], |
+ ['use_x11==0', { |
+ 'sources!': [ |
+ 'events/event_x.cc', |
+ ], |
+ }], |
], |
}, |
{ |