Revert of Added EventSender.setTouchPointRadius() for layoutTests (patchset #4 id...
[chromium-blink-merge.git] / ui / events / events.gyp
blobce736ba85df95891a7fe9960b1130b3a57d17c43
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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       # GN version: //ui/events:dom4_keycode_converter
12       'target_name': 'dom4_keycode_converter',
13       'type': 'static_library',
14       'dependencies': [
15         '<(DEPTH)/base/base.gyp:base',
16       ],
17       'sources': [
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',
25       ],
26     },
27     {
28       # GN version: //ui/events:events_base
29       'target_name': 'events_base',
30       'type': '<(component)',
31       'dependencies': [
32         '<(DEPTH)/base/base.gyp:base',
33         '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
34         '<(DEPTH)/skia/skia.gyp:skia',
35         '../gfx/gfx.gyp:gfx',
36         '../gfx/gfx.gyp:gfx_geometry',
37         'dom4_keycode_converter',
38       ],
39       'defines': [
40         'EVENTS_BASE_IMPLEMENTATION',
41       ],
42       'sources': [
43         # Note: sources list duplicated in GN build.
44         'android/scroller.cc',
45         'android/scroller.h',
46         'event_constants.h',
47         'event_switches.cc',
48         'event_switches.h',
49         'events_base_export.h',
50         'gesture_curve.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',
66         'latency_info.cc',
67         'latency_info.h',
68         'x/keysym_to_unicode.cc',
69         'x/keysym_to_unicode.h',
70       ],
71       'export_dependent_settings': [
72         '../../ui/gfx/gfx.gyp:gfx',
73       ],
74       'conditions': [
75         ['use_x11==1', {
76           'dependencies': [
77             '../../build/linux/system.gyp:x11',
78             '../gfx/x/gfx_x11.gyp:gfx_x11',
79           ],
80         }],
81       ],
82     },
83     {
84       # GN version: //ui/events
85       'target_name': 'events',
86       'type': '<(component)',
87       'dependencies': [
88         '<(DEPTH)/base/base.gyp:base',
89         '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
90         '<(DEPTH)/skia/skia.gyp:skia',
91         '../gfx/gfx.gyp:gfx',
92         '../gfx/gfx.gyp:gfx_geometry',
93         'dom4_keycode_converter',
94         'events_base',
95         'gesture_detection',
96       ],
97       'defines': [
98         'EVENTS_IMPLEMENTATION',
99       ],
100       'sources': [
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',
105         'event.cc',
106         'event.h',
107         'event_dispatcher.cc',
108         'event_dispatcher.h',
109         'event_handler.cc',
110         'event_handler.h',
111         'event_processor.cc',
112         'event_processor.h',
113         'event_rewriter.h',
114         'event_source.cc',
115         'event_source.h',
116         'event_target.cc',
117         'event_target.h',
118         'event_target_iterator.h',
119         'event_targeter.cc',
120         'event_targeter.h',
121         'event_utils.cc',
122         'event_utils.h',
123         'events_export.h',
124         'events_stub.cc',
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',
141         'win/events_win.cc',
142         'x/events_x.cc',
143       ],
144       'conditions': [
145         ['use_x11==1', {
146           'dependencies': [
147             'devices/events_devices.gyp:events_devices',
148             '../gfx/x/gfx_x11.gyp:gfx_x11',
149             '../../build/linux/system.gyp:x11',
150           ],
151         }],
152         ['use_aura==0', {
153           'sources!': [
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',
162           ],
163         }],
164         # We explicitly enumerate the platforms we _do_ provide native cracking
165         # for here.
166         ['OS=="win" or OS=="mac" or use_x11==1 or use_ozone==1', {
167           'sources!': [
168             'events_stub.cc',
169           ],
170         }],
171         ['chromeos==1', {
172           'sources!': [
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',
177           ],
178         }],
179         ['use_ozone==1', {
180           'dependencies': [
181             'ozone/events_ozone.gyp:events_ozone_layout',
182           ],
183         }],
184       ],
185     },
186     {
187       # GN version: //ui/events:gesture_detection
188       'target_name': 'gesture_detection',
189       'type': '<(component)',
190       'dependencies': [
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',
195         'events_base',
196       ],
197       'defines': [
198         'GESTURE_DETECTION_IMPLEMENTATION',
199       ],
200       'sources': [
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',
242       ],
243       'conditions': [
244         ['use_aura!=1 and OS!="android"', {
245           'sources': [
246             'gesture_detection/gesture_configuration_default.cc',
247           ],
248         }],
249       ],
250     },
251     {
252       # GN version: //ui/events:test_support
253       'target_name': 'events_test_support',
254       'type': 'static_library',
255       'dependencies': [
256         '<(DEPTH)/base/base.gyp:base',
257         '<(DEPTH)/skia/skia.gyp:skia',
258         '../gfx/gfx.gyp:gfx_geometry',
259         'events',
260         'events_base',
261         'gesture_detection',
262         'platform/events_platform.gyp:events_platform',
263       ],
264       'sources': [
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',
284       ],
285       'conditions': [
286         ['OS=="ios"', {
287           # The cocoa files don't apply to iOS.
288           'sources/': [['exclude', 'cocoa']],
289         }],
290         ['use_x11==1', {
291           'dependencies': [
292             'devices/events_devices.gyp:events_devices',
293           ],
294         }],
295       ],
296     },
297     {
298       # GN version: //ui/events:events_unittests
299       'target_name': 'events_unittests',
300       'type': '<(gtest_target_type)',
301       'dependencies': [
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',
313         'events',
314         'events_base',
315         'events_test_support',
316         'gesture_detection',
317         'platform/events_platform.gyp:events_platform',
318       ],
319       'sources': [
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',
327         'event_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',
344       ],
345       'include_dirs': [
346         '../../testing/gmock/include',
347       ],
348       'conditions': [
349         ['use_x11==1', {
350           'dependencies': [
351             '../../build/linux/system.gyp:x11',
352             '../gfx/x/gfx_x11.gyp:gfx_x11',
353           ],
354         }],
355         ['use_ozone==1', {
356           'sources': [
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',
365           ],
366           'dependencies': [
367             'ozone/events_ozone.gyp:events_ozone',
368             'ozone/events_ozone.gyp:events_ozone_evdev',
369             'ozone/events_ozone.gyp:events_ozone_layout',
370           ]
371         }],
372         ['use_xkbcommon==1', {
373           'sources': [
374             'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
375           ]
376         }],
377         ['use_aura==0', {
378           'sources!': [
379             'gestures/gesture_provider_aura_unittest.cc',
380             'gestures/motion_event_aura_unittest.cc',
381           ],
382         }],
383         ['OS=="linux" and use_allocator!="none"', {
384           'dependencies': [
385             '<(DEPTH)/base/allocator/allocator.gyp:allocator',
386           ],
387         }],
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', {
391           'sources!': [
392             'event_unittest.cc',
393           ],
394         }],
395         ['OS == "android"', {
396           'dependencies': [
397             '../../testing/android/native_test.gyp:native_test_native_code',
398           ],
399         }],
400       ],
401     },
402   ],
403   'conditions': [
404     ['OS == "android"', {
405       'targets': [
406         {
407           'target_name': 'events_unittests_apk',
408           'type': 'none',
409           'dependencies': [
410             'events_unittests',
411           ],
412           'variables': {
413             'test_suite_name': 'events_unittests',
414           },
415           'includes': [ '../../build/apk_test.gypi' ],
416         },
417       ],
418     }],
419     ['test_isolation_mode != "noop"', {
420       'targets': [
421         {
422           'target_name': 'events_unittests_run',
423           'type': 'none',
424           'dependencies': [
425             'events_unittests',
426           ],
427           'includes': [
428             '../../build/isolate.gypi',
429           ],
430           'sources': [
431             'events_unittests.isolate',
432           ],
433           'conditions': [
434             ['use_x11 == 1', {
435               'dependencies': [
436                 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
437               ],
438             }],
439           ],
440         },
441       ],
442     }],
443   ],