1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/ui.gni")
6 import("//testing/test.gni")
8 static_library("dom_keycode_converter") {
10 "keycodes/dom/dom_code.h",
11 "keycodes/dom/dom_key.h",
12 "keycodes/dom/dom_key_data.inc",
13 "keycodes/dom/keycode_converter.cc",
14 "keycodes/dom/keycode_converter.h",
15 "keycodes/dom/keycode_converter_data.inc",
23 component("events_base") {
25 "android/scroller.cc",
27 "base_event_utils.cc",
32 "events_base_export.h",
34 "gesture_event_details.cc",
35 "gesture_event_details.h",
36 "gestures/fling_curve.cc",
37 "gestures/fling_curve.h",
38 "keycodes/dom_us_layout_data.h",
39 "keycodes/keyboard_code_conversion.cc",
40 "keycodes/keyboard_code_conversion.h",
41 "keycodes/keyboard_code_conversion_android.cc",
42 "keycodes/keyboard_code_conversion_android.h",
43 "keycodes/keyboard_code_conversion_mac.h",
44 "keycodes/keyboard_code_conversion_mac.mm",
45 "keycodes/keyboard_code_conversion_win.cc",
46 "keycodes/keyboard_code_conversion_win.h",
47 "keycodes/keyboard_codes.h",
52 defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
55 ":dom_keycode_converter",
56 "//base/third_party/dynamic_annotations",
62 "//ui/events/platform",
68 configs += [ "//build/config/linux:x11" ]
71 "keycodes/keyboard_code_conversion_x.cc",
72 "keycodes/keyboard_code_conversion_x.h",
73 "x/keysym_to_unicode.cc",
74 "x/keysym_to_unicode.h",
77 deps += [ "//ui/gfx/x" ]
80 if (use_x11 || use_ozone) {
82 "keycodes/keyboard_code_conversion_xkb.cc",
83 "keycodes/keyboard_code_conversion_xkb.h",
84 "keycodes/xkb_keysym.h",
91 "cocoa/cocoa_event_utils.h",
92 "cocoa/cocoa_event_utils.mm",
93 "cocoa/events_mac.mm",
96 "event_dispatcher.cc",
100 "event_processor.cc",
107 "event_target_iterator.h",
114 "gestures/gesture_recognizer_impl_mac.cc",
115 "gestures/gesture_types.h",
116 "null_event_targeter.cc",
117 "null_event_targeter.h",
121 defines = [ "EVENTS_IMPLEMENTATION" ]
127 ":dom_keycode_converter",
128 ":gesture_detection",
129 "//base/third_party/dynamic_annotations",
136 sources += [ "x/events_x.cc" ]
138 "//build/config/linux:glib",
139 "//build/config/linux:x11",
142 "//ui/events/devices",
147 if (!is_chromeos && is_linux) {
149 "linux/text_edit_command_auralinux.cc",
150 "linux/text_edit_command_auralinux.h",
151 "linux/text_edit_key_bindings_delegate_auralinux.cc",
152 "linux/text_edit_key_bindings_delegate_auralinux.h",
157 sources += [ "ozone/events_ozone.cc" ]
158 deps += [ "//ui/events/ozone:events_ozone_layout" ]
163 "gestures/gesture_provider_aura.cc",
164 "gestures/gesture_provider_aura.h",
165 "gestures/gesture_recognizer.h",
166 "gestures/gesture_recognizer_impl.cc",
167 "gestures/gesture_recognizer_impl.h",
168 "gestures/motion_event_aura.cc",
169 "gestures/motion_event_aura.h",
173 if (is_win || is_mac || use_x11 || use_ozone) {
174 sources -= [ "events_stub.cc" ]
178 component("gesture_detection") {
180 "gesture_detection/bitset_32.h",
181 "gesture_detection/filtered_gesture_provider.cc",
182 "gesture_detection/filtered_gesture_provider.h",
183 "gesture_detection/gesture_configuration.cc",
184 "gesture_detection/gesture_configuration.h",
185 "gesture_detection/gesture_detection_export.h",
186 "gesture_detection/gesture_detector.cc",
187 "gesture_detection/gesture_detector.h",
188 "gesture_detection/gesture_event_data.cc",
189 "gesture_detection/gesture_event_data.h",
190 "gesture_detection/gesture_event_data_packet.cc",
191 "gesture_detection/gesture_event_data_packet.h",
192 "gesture_detection/gesture_listeners.cc",
193 "gesture_detection/gesture_listeners.h",
194 "gesture_detection/gesture_provider.cc",
195 "gesture_detection/gesture_provider.h",
196 "gesture_detection/gesture_provider_config_helper.cc",
197 "gesture_detection/gesture_provider_config_helper.h",
198 "gesture_detection/gesture_touch_uma_histogram.cc",
199 "gesture_detection/gesture_touch_uma_histogram.h",
200 "gesture_detection/motion_event.cc",
201 "gesture_detection/motion_event.h",
202 "gesture_detection/motion_event_buffer.cc",
203 "gesture_detection/motion_event_buffer.h",
204 "gesture_detection/motion_event_generic.cc",
205 "gesture_detection/motion_event_generic.h",
206 "gesture_detection/scale_gesture_detector.cc",
207 "gesture_detection/scale_gesture_detector.h",
208 "gesture_detection/scale_gesture_listeners.cc",
209 "gesture_detection/scale_gesture_listeners.h",
210 "gesture_detection/snap_scroll_controller.cc",
211 "gesture_detection/snap_scroll_controller.h",
212 "gesture_detection/touch_disposition_gesture_filter.cc",
213 "gesture_detection/touch_disposition_gesture_filter.h",
214 "gesture_detection/velocity_tracker.cc",
215 "gesture_detection/velocity_tracker.h",
216 "gesture_detection/velocity_tracker_state.cc",
217 "gesture_detection/velocity_tracker_state.h",
223 "//base/third_party/dynamic_annotations",
228 defines = [ "GESTURE_DETECTION_IMPLEMENTATION" ]
231 sources += [ "gesture_detection/gesture_configuration_android.cc" ]
232 } else if (use_aura) {
233 sources += [ "gesture_detection/gesture_configuration_aura.cc" ]
235 sources += [ "gesture_detection/gesture_configuration_default.cc" ]
239 source_set("test_support") {
241 "test/cocoa_test_event_utils.h",
242 "test/cocoa_test_event_utils.mm",
243 "test/event_generator.cc",
244 "test/event_generator.h",
245 "test/events_test_utils.cc",
246 "test/events_test_utils.h",
247 "test/motion_event_test_utils.cc",
248 "test/motion_event_test_utils.h",
249 "test/platform_event_waiter.cc",
250 "test/platform_event_waiter.h",
251 "test/test_event_handler.cc",
252 "test/test_event_handler.h",
253 "test/test_event_processor.cc",
254 "test/test_event_processor.h",
255 "test/test_event_target.cc",
256 "test/test_event_target.h",
262 ":gesture_detection",
267 "//ui/events/platform",
273 "test/cocoa_test_event_utils.h",
274 "test/cocoa_test_event_utils.mm",
280 "test/events_test_utils_x11.cc",
281 "test/events_test_utils_x11.h",
284 "//ui/events/devices",
290 test("events_unittests") {
292 "android/scroller_unittest.cc",
293 "cocoa/events_mac_unittest.mm",
294 "devices/x11/device_data_manager_x11_unittest.cc",
295 "event_dispatcher_unittest.cc",
296 "event_processor_unittest.cc",
297 "event_rewriter_unittest.cc",
299 "gesture_detection/bitset_32_unittest.cc",
300 "gesture_detection/filtered_gesture_provider_unittest.cc",
301 "gesture_detection/gesture_event_data_packet_unittest.cc",
302 "gesture_detection/gesture_provider_unittest.cc",
303 "gesture_detection/motion_event_buffer_unittest.cc",
304 "gesture_detection/motion_event_generic_unittest.cc",
305 "gesture_detection/snap_scroll_controller_unittest.cc",
306 "gesture_detection/touch_disposition_gesture_filter_unittest.cc",
307 "gesture_detection/velocity_tracker_unittest.cc",
308 "gestures/blink/web_gesture_curve_impl_unittest.cc",
309 "gestures/fling_curve_unittest.cc",
310 "keycodes/dom/keycode_converter_unittest.cc",
311 "keycodes/keyboard_code_conversion_unittest.cc",
312 "latency_info_unittest.cc",
313 "platform/platform_event_source_unittest.cc",
314 "x/events_x_unittest.cc",
318 ":dom_keycode_converter",
321 ":gesture_detection",
324 "//base/test:run_all_unittests",
327 "//third_party/WebKit/public:blink_headers",
328 "//ui/events/devices",
329 "//ui/events/gestures/blink",
330 "//ui/events/platform",
331 "//ui/gfx:test_support",
334 include_dirs = [ "//testing/gmock/include" ]
337 configs += [ "//build/config/linux:x11" ]
338 deps += [ "//ui/gfx/x" ]
341 "devices/x11/device_data_manager_x11_unittest.cc",
342 "x/events_x_unittest.cc",
348 "ozone/chromeos/cursor_controller_unittest.cc",
349 "ozone/evdev/event_converter_evdev_impl_unittest.cc",
350 "ozone/evdev/event_converter_test_util.cc",
351 "ozone/evdev/event_device_info_unittest.cc",
352 "ozone/evdev/event_device_test_util.cc",
353 "ozone/evdev/input_injector_evdev_unittest.cc",
354 "ozone/evdev/tablet_event_converter_evdev_unittest.cc",
355 "ozone/evdev/touch_event_converter_evdev_unittest.cc",
356 "ozone/evdev/touch_noise/touch_noise_finder_unittest.cc",
357 "ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc",
360 "//ui/events/ozone:events_ozone",
361 "//ui/events/ozone:events_ozone_evdev",
362 "//ui/events/ozone:events_ozone_layout",
367 sources += [ "gestures/gesture_provider_aura_unittest.cc" ]
372 source_set("latency_info") {
374 "ipc/latency_info_param_traits.cc",
375 "ipc/latency_info_param_traits.h",