1 # Copyright 2013 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.
11 # GN version: //ui/events:dom4_keycode_converter
12 'target_name': 'dom4_keycode_converter',
13 'type': 'static_library',
15 '<(DEPTH)/base/base.gyp:base',
18 # Note: sources list duplicated in GN build.
19 'keycodes/dom3/dom_code.h',
20 'keycodes/dom3/dom_key.h',
21 'keycodes/dom3/dom_key_data.h',
22 'keycodes/dom4/keycode_converter.cc',
23 'keycodes/dom4/keycode_converter.h',
24 'keycodes/dom4/keycode_converter_data.h',
28 # GN version: //ui/events:events_base
29 'target_name': 'events_base',
30 'type': '<(component)',
32 '<(DEPTH)/base/base.gyp:base',
33 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
34 '<(DEPTH)/skia/skia.gyp:skia',
36 '../gfx/gfx.gyp:gfx_geometry',
37 'dom4_keycode_converter',
40 'EVENTS_BASE_IMPLEMENTATION',
43 # Note: sources list duplicated in GN build.
44 'android/scroller.cc',
49 'events_base_export.h',
51 'gesture_event_details.cc',
52 'gesture_event_details.h',
53 'gestures/fling_curve.cc',
54 'gestures/fling_curve.h',
55 'keycodes/keyboard_code_conversion.cc',
56 'keycodes/keyboard_code_conversion.h',
57 'keycodes/keyboard_code_conversion_android.cc',
58 'keycodes/keyboard_code_conversion_android.h',
59 'keycodes/keyboard_code_conversion_mac.h',
60 'keycodes/keyboard_code_conversion_mac.mm',
61 'keycodes/keyboard_code_conversion_win.cc',
62 'keycodes/keyboard_code_conversion_win.h',
63 'keycodes/keyboard_code_conversion_x.cc',
64 'keycodes/keyboard_code_conversion_x.h',
65 'keycodes/keyboard_codes.h',
68 'x/keysym_to_unicode.cc',
69 'x/keysym_to_unicode.h',
71 'export_dependent_settings': [
72 '../../ui/gfx/gfx.gyp:gfx',
77 '../../build/linux/system.gyp:x11',
78 '../gfx/x/gfx_x11.gyp:gfx_x11',
84 # GN version: //ui/events
85 'target_name': 'events',
86 'type': '<(component)',
88 '<(DEPTH)/base/base.gyp:base',
89 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
90 '<(DEPTH)/skia/skia.gyp:skia',
92 '../gfx/gfx.gyp:gfx_geometry',
93 'dom4_keycode_converter',
98 'EVENTS_IMPLEMENTATION',
101 # Note: sources list duplicated in GN build.
102 'cocoa/cocoa_event_utils.h',
103 'cocoa/cocoa_event_utils.mm',
104 'cocoa/events_mac.mm',
107 'event_dispatcher.cc',
108 'event_dispatcher.h',
111 'event_processor.cc',
118 'event_target_iterator.h',
125 'gestures/gesture_provider_aura.cc',
126 'gestures/gesture_provider_aura.h',
127 'gestures/gesture_recognizer.h',
128 'gestures/gesture_recognizer_impl.cc',
129 'gestures/gesture_recognizer_impl.h',
130 'gestures/gesture_recognizer_impl_mac.cc',
131 'gestures/gesture_types.h',
132 'gestures/motion_event_aura.cc',
133 'gestures/motion_event_aura.h',
134 'linux/text_edit_command_auralinux.cc',
135 'linux/text_edit_command_auralinux.h',
136 'linux/text_edit_key_bindings_delegate_auralinux.cc',
137 'linux/text_edit_key_bindings_delegate_auralinux.h',
138 'null_event_targeter.cc',
139 'null_event_targeter.h',
140 'ozone/events_ozone.cc',
147 'devices/events_devices.gyp:events_devices',
148 '../gfx/x/gfx_x11.gyp:gfx_x11',
149 '../../build/linux/system.gyp:x11',
154 'gestures/gesture_provider_aura.cc',
155 'gestures/gesture_provider_aura.h',
156 'gestures/gesture_recognizer.h',
157 'gestures/gesture_recognizer_impl.cc',
158 'gestures/gesture_recognizer_impl.h',
159 'gestures/gesture_types.h',
160 'gestures/motion_event_aura.cc',
161 'gestures/motion_event_aura.h',
164 # We explicitly enumerate the platforms we _do_ provide native cracking
166 ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', {
173 'linux/text_edit_command_auralinux.cc',
174 'linux/text_edit_command_auralinux.h',
175 'linux/text_edit_key_bindings_delegate_auralinux.cc',
176 'linux/text_edit_key_bindings_delegate_auralinux.h',
181 'ozone/events_ozone.gyp:events_ozone_layout',
187 # GN version: //ui/events:gesture_detection
188 'target_name': 'gesture_detection',
189 'type': '<(component)',
191 '<(DEPTH)/base/base.gyp:base',
192 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
193 '../gfx/gfx.gyp:gfx',
194 '../gfx/gfx.gyp:gfx_geometry',
198 'GESTURE_DETECTION_IMPLEMENTATION',
201 # Note: sources list duplicated in GN build.
202 'gesture_detection/bitset_32.h',
203 'gesture_detection/filtered_gesture_provider.cc',
204 'gesture_detection/filtered_gesture_provider.h',
205 'gesture_detection/gesture_configuration.cc',
206 'gesture_detection/gesture_configuration.h',
207 'gesture_detection/gesture_configuration_android.cc',
208 'gesture_detection/gesture_configuration_aura.cc',
209 'gesture_detection/gesture_detection_export.h',
210 'gesture_detection/gesture_detector.cc',
211 'gesture_detection/gesture_detector.h',
212 'gesture_detection/gesture_event_data.cc',
213 'gesture_detection/gesture_event_data.h',
214 'gesture_detection/gesture_event_data_packet.cc',
215 'gesture_detection/gesture_event_data_packet.h',
216 'gesture_detection/gesture_listeners.cc',
217 'gesture_detection/gesture_listeners.h',
218 'gesture_detection/gesture_provider.cc',
219 'gesture_detection/gesture_provider.h',
220 'gesture_detection/gesture_provider_config_helper.cc',
221 'gesture_detection/gesture_provider_config_helper.h',
222 'gesture_detection/gesture_touch_uma_histogram.cc',
223 'gesture_detection/gesture_touch_uma_histogram.h',
224 'gesture_detection/motion_event.cc',
225 'gesture_detection/motion_event.h',
226 'gesture_detection/motion_event_buffer.cc',
227 'gesture_detection/motion_event_buffer.h',
228 'gesture_detection/motion_event_generic.cc',
229 'gesture_detection/motion_event_generic.h',
230 'gesture_detection/scale_gesture_detector.cc',
231 'gesture_detection/scale_gesture_detector.h',
232 'gesture_detection/scale_gesture_listeners.cc',
233 'gesture_detection/scale_gesture_listeners.h',
234 'gesture_detection/snap_scroll_controller.cc',
235 'gesture_detection/snap_scroll_controller.h',
236 'gesture_detection/touch_disposition_gesture_filter.cc',
237 'gesture_detection/touch_disposition_gesture_filter.h',
238 'gesture_detection/velocity_tracker.cc',
239 'gesture_detection/velocity_tracker.h',
240 'gesture_detection/velocity_tracker_state.cc',
241 'gesture_detection/velocity_tracker_state.h',
244 ['use_aura!=1 and OS!="android"', {
246 'gesture_detection/gesture_configuration_default.cc',
252 # GN version: //ui/events:test_support
253 'target_name': 'events_test_support',
254 'type': 'static_library',
256 '<(DEPTH)/base/base.gyp:base',
257 '<(DEPTH)/skia/skia.gyp:skia',
258 '../gfx/gfx.gyp:gfx_geometry',
262 'platform/events_platform.gyp:events_platform',
265 # Note: sources list duplicated in GN build.
266 'test/cocoa_test_event_utils.h',
267 'test/cocoa_test_event_utils.mm',
268 'test/event_generator.cc',
269 'test/event_generator.h',
270 'test/events_test_utils.cc',
271 'test/events_test_utils.h',
272 'test/events_test_utils_x11.cc',
273 'test/events_test_utils_x11.h',
274 'test/motion_event_test_utils.cc',
275 'test/motion_event_test_utils.h',
276 'test/platform_event_waiter.cc',
277 'test/platform_event_waiter.h',
278 'test/test_event_handler.cc',
279 'test/test_event_handler.h',
280 'test/test_event_processor.cc',
281 'test/test_event_processor.h',
282 'test/test_event_target.cc',
283 'test/test_event_target.h',
287 # The cocoa files don't apply to iOS.
288 'sources/': [['exclude', 'cocoa']],
292 'devices/events_devices.gyp:events_devices',
298 # GN version: //ui/events:events_unittests
299 'target_name': 'events_unittests',
300 'type': '<(gtest_target_type)',
302 '<(DEPTH)/base/base.gyp:base',
303 '<(DEPTH)/base/base.gyp:run_all_unittests',
304 '<(DEPTH)/base/base.gyp:test_support_base',
305 '<(DEPTH)/skia/skia.gyp:skia',
306 '<(DEPTH)/testing/gtest.gyp:gtest',
307 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
308 '../gfx/gfx.gyp:gfx',
309 '../gfx/gfx.gyp:gfx_geometry',
310 '../gfx/gfx.gyp:gfx_test_support',
311 'devices/events_devices.gyp:events_devices',
312 'dom4_keycode_converter',
315 'events_test_support',
317 'platform/events_platform.gyp:events_platform',
320 # Note: sources list duplicated in GN build.
321 'android/scroller_unittest.cc',
322 'cocoa/events_mac_unittest.mm',
323 'devices/x11/device_data_manager_x11_unittest.cc',
324 'event_dispatcher_unittest.cc',
325 'event_processor_unittest.cc',
326 'event_rewriter_unittest.cc',
328 'gesture_detection/bitset_32_unittest.cc',
329 'gesture_detection/filtered_gesture_provider_unittest.cc',
330 'gesture_detection/gesture_event_data_packet_unittest.cc',
331 'gesture_detection/gesture_provider_unittest.cc',
332 'gesture_detection/motion_event_buffer_unittest.cc',
333 'gesture_detection/motion_event_generic_unittest.cc',
334 'gesture_detection/snap_scroll_controller_unittest.cc',
335 'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
336 'gesture_detection/velocity_tracker_unittest.cc',
337 'gestures/fling_curve_unittest.cc',
338 'gestures/gesture_provider_aura_unittest.cc',
339 'gestures/motion_event_aura_unittest.cc',
340 'keycodes/dom4/keycode_converter_unittest.cc',
341 'latency_info_unittest.cc',
342 'platform/platform_event_source_unittest.cc',
343 'x/events_x_unittest.cc',
346 '../../testing/gmock/include',
351 '../../build/linux/system.gyp:x11',
352 '../gfx/x/gfx_x11.gyp:gfx_x11',
357 'ozone/chromeos/cursor_controller_unittest.cc',
358 'ozone/evdev/event_converter_evdev_impl_unittest.cc',
359 'ozone/evdev/event_converter_test_util.cc',
360 'ozone/evdev/event_device_info_unittest.cc',
361 'ozone/evdev/event_device_test_util.cc',
362 'ozone/evdev/input_injector_evdev_unittest.cc',
363 'ozone/evdev/tablet_event_converter_evdev_unittest.cc',
364 'ozone/evdev/touch_event_converter_evdev_unittest.cc',
367 'ozone/events_ozone.gyp:events_ozone',
368 'ozone/events_ozone.gyp:events_ozone_evdev',
369 'ozone/events_ozone.gyp:events_ozone_layout',
372 ['use_xkbcommon==1', {
374 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
379 'gestures/gesture_provider_aura_unittest.cc',
380 'gestures/motion_event_aura_unittest.cc',
383 ['OS=="linux" and use_allocator!="none"', {
385 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
388 # Exclude tests that rely on event_utils.h for platforms that do not
389 # provide native cracking, i.e., platforms that use events_stub.cc.
390 ['OS!="win" and use_x11!=1 and use_ozone!=1', {
395 ['OS == "android"', {
397 '../../testing/android/native_test.gyp:native_test_native_code',
404 ['OS == "android"', {
407 'target_name': 'events_unittests_apk',
413 'test_suite_name': 'events_unittests',
415 'includes': [ '../../build/apk_test.gypi' ],
419 ['test_isolation_mode != "noop"', {
422 'target_name': 'events_unittests_run',
428 '../../build/isolate.gypi',
431 'events_unittests.isolate',
436 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',