Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index 042802dabc49bbf227f1d05cf24c4e980231d8fe..7adaa1cd810e304913cd2bdb86579c7d4f569fa0 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -16,10 +16,6 @@ |
['exclude', 'views/'], |
]}], |
['touchui==0', {'sources/': [ |
- ['exclude', 'event_x.cc$'], |
- ['exclude', 'native_menu_x.cc$'], |
- ['exclude', 'native_menu_x.h$'], |
- ['exclude', 'touchui/'], |
['exclude', '_(touch)\\.cc$'], |
]}], |
], |
@@ -188,6 +184,8 @@ |
'base/text/text_elider.h', |
'base/theme_provider.cc', |
'base/theme_provider.h', |
+ 'base/touchui/touch_factory.cc', |
+ 'base/touchui/touch_factory.h', |
'base/ui_base_exports.cc', |
'base/ui_base_paths.cc', |
'base/ui_base_paths.h', |
@@ -197,6 +195,8 @@ |
'base/ui_export.h', |
'base/view_prop.cc', |
'base/view_prop.h', |
+ 'base/wayland/events_wayland.cc', |
+ 'base/win/events_win.cc', |
'base/win/hwnd_util.cc', |
'base/win/hwnd_util.h', |
'base/win/ime_input.cc', |
@@ -209,6 +209,7 @@ |
'base/win/window_impl.h', |
'base/x/active_window_watcher_x.cc', |
'base/x/active_window_watcher_x.h', |
+ 'base/x/events_x.cc', |
'base/x/x11_util.cc', |
'base/x/x11_util.h', |
'base/x/x11_util_internal.h', |
@@ -402,6 +403,8 @@ |
], |
'sources!': [ |
'base/clipboard/clipboard_aura.cc', |
+ 'base/touchui/touch_factory.cc', |
+ 'base/touchui/touch_factory.h', |
'gfx/pango_util.h', |
'gfx/pango_util.cc', |
'gfx/platform_font_pango.cc', |
@@ -447,6 +450,8 @@ |
}], |
['OS=="mac"', { |
'sources!': [ |
+ 'base/touchui/touch_factory.cc', |
+ 'base/touchui/touch_factory.h', |
'gfx/pango_util.h', |
'gfx/pango_util.cc', |
'gfx/platform_font_pango.h', |
@@ -475,6 +480,12 @@ |
'sources!': [ |
'base/keycodes/keyboard_code_conversion_x.cc', |
'base/keycodes/keyboard_code_conversion_x.h', |
+ 'base/x/active_window_watcher_x.cc', |
+ 'base/x/active_window_watcher_x.h', |
+ 'base/x/events_x.cc', |
+ 'base/x/x11_util.cc', |
+ 'base/x/x11_util.h', |
+ 'base/x/x11_util_internal.h', |
], |
}], |
['chromeos==1', { |