OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'device_hotplug_event_observer.h', | 45 'device_hotplug_event_observer.h', |
46 'event_constants.h', | 46 'event_constants.h', |
47 'event_switches.cc', | 47 'event_switches.cc', |
48 'event_switches.h', | 48 'event_switches.h', |
49 'events_base_export.h', | 49 'events_base_export.h', |
50 'gesture_curve.h', | 50 'gesture_curve.h', |
51 'gesture_event_details.cc', | 51 'gesture_event_details.cc', |
52 'gesture_event_details.h', | 52 'gesture_event_details.h', |
53 'gestures/fling_curve.cc', | 53 'gestures/fling_curve.cc', |
54 'gestures/fling_curve.h', | 54 'gestures/fling_curve.h', |
55 'gestures/gesture_configuration.cc', | |
56 'gestures/gesture_configuration.h', | |
57 'keycodes/keyboard_code_conversion.cc', | 55 'keycodes/keyboard_code_conversion.cc', |
58 'keycodes/keyboard_code_conversion.h', | 56 'keycodes/keyboard_code_conversion.h', |
59 'keycodes/keyboard_code_conversion_android.cc', | 57 'keycodes/keyboard_code_conversion_android.cc', |
60 'keycodes/keyboard_code_conversion_android.h', | 58 'keycodes/keyboard_code_conversion_android.h', |
61 'keycodes/keyboard_code_conversion_mac.h', | 59 'keycodes/keyboard_code_conversion_mac.h', |
62 'keycodes/keyboard_code_conversion_mac.mm', | 60 'keycodes/keyboard_code_conversion_mac.mm', |
63 'keycodes/keyboard_code_conversion_win.cc', | 61 'keycodes/keyboard_code_conversion_win.cc', |
64 'keycodes/keyboard_code_conversion_win.h', | 62 'keycodes/keyboard_code_conversion_win.h', |
65 'keycodes/keyboard_code_conversion_x.cc', | 63 'keycodes/keyboard_code_conversion_x.cc', |
66 'keycodes/keyboard_code_conversion_x.h', | 64 'keycodes/keyboard_code_conversion_x.h', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'events_base', | 195 'events_base', |
198 ], | 196 ], |
199 'defines': [ | 197 'defines': [ |
200 'GESTURE_DETECTION_IMPLEMENTATION', | 198 'GESTURE_DETECTION_IMPLEMENTATION', |
201 ], | 199 ], |
202 'sources': [ | 200 'sources': [ |
203 # Note: sources list duplicated in GN build. | 201 # Note: sources list duplicated in GN build. |
204 'gesture_detection/bitset_32.h', | 202 'gesture_detection/bitset_32.h', |
205 'gesture_detection/filtered_gesture_provider.cc', | 203 'gesture_detection/filtered_gesture_provider.cc', |
206 'gesture_detection/filtered_gesture_provider.h', | 204 'gesture_detection/filtered_gesture_provider.h', |
207 'gesture_detection/gesture_config_helper.h', | 205 'gesture_detection/gesture_configuration.cc', |
208 'gesture_detection/gesture_config_helper_android.cc', | 206 'gesture_detection/gesture_configuration.h', |
209 'gesture_detection/gesture_config_helper_aura.cc', | 207 'gesture_detection/gesture_configuration_android.cc', |
| 208 'gesture_detection/gesture_configuration_aura.cc', |
210 'gesture_detection/gesture_detection_export.h', | 209 'gesture_detection/gesture_detection_export.h', |
211 'gesture_detection/gesture_detector.cc', | 210 'gesture_detection/gesture_detector.cc', |
212 'gesture_detection/gesture_detector.h', | 211 'gesture_detection/gesture_detector.h', |
213 'gesture_detection/gesture_event_data.cc', | 212 'gesture_detection/gesture_event_data.cc', |
214 'gesture_detection/gesture_event_data.h', | 213 'gesture_detection/gesture_event_data.h', |
215 'gesture_detection/gesture_event_data_packet.cc', | 214 'gesture_detection/gesture_event_data_packet.cc', |
216 'gesture_detection/gesture_event_data_packet.h', | 215 'gesture_detection/gesture_event_data_packet.h', |
217 'gesture_detection/gesture_listeners.cc', | 216 'gesture_detection/gesture_listeners.cc', |
218 'gesture_detection/gesture_listeners.h', | 217 'gesture_detection/gesture_listeners.h', |
219 'gesture_detection/gesture_provider.cc', | 218 'gesture_detection/gesture_provider.cc', |
(...skipping 15 matching lines...) Expand all Loading... |
235 'gesture_detection/touch_disposition_gesture_filter.cc', | 234 'gesture_detection/touch_disposition_gesture_filter.cc', |
236 'gesture_detection/touch_disposition_gesture_filter.h', | 235 'gesture_detection/touch_disposition_gesture_filter.h', |
237 'gesture_detection/velocity_tracker_state.cc', | 236 'gesture_detection/velocity_tracker_state.cc', |
238 'gesture_detection/velocity_tracker_state.h', | 237 'gesture_detection/velocity_tracker_state.h', |
239 'gesture_detection/velocity_tracker.cc', | 238 'gesture_detection/velocity_tracker.cc', |
240 'gesture_detection/velocity_tracker.h', | 239 'gesture_detection/velocity_tracker.h', |
241 ], | 240 ], |
242 'conditions': [ | 241 'conditions': [ |
243 ['use_aura!=1 and OS!="android"', { | 242 ['use_aura!=1 and OS!="android"', { |
244 'sources': [ | 243 'sources': [ |
245 'gesture_detection/gesture_config_helper.cc', | 244 'gesture_detection/gesture_configuration_default.cc', |
246 ], | 245 ], |
247 }], | 246 }], |
248 ], | 247 ], |
249 }, | 248 }, |
250 { | 249 { |
251 # GN version: //ui/events:test_support | 250 # GN version: //ui/events:test_support |
252 'target_name': 'events_test_support', | 251 'target_name': 'events_test_support', |
253 'type': 'static_library', | 252 'type': 'static_library', |
254 'dependencies': [ | 253 'dependencies': [ |
255 '<(DEPTH)/base/base.gyp:base', | 254 '<(DEPTH)/base/base.gyp:base', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 ], | 384 ], |
386 'variables': { | 385 'variables': { |
387 'test_suite_name': 'events_unittests', | 386 'test_suite_name': 'events_unittests', |
388 }, | 387 }, |
389 'includes': [ '../../build/apk_test.gypi' ], | 388 'includes': [ '../../build/apk_test.gypi' ], |
390 }, | 389 }, |
391 ], | 390 ], |
392 }], | 391 }], |
393 ], | 392 ], |
394 } | 393 } |
OLD | NEW |