Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: ui/events/events.gyp

Issue 613373004: Adopt ui::GestureConfiguration on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_config_helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 'input_device.cc', 55 'input_device.cc',
58 'input_device.h', 56 'input_device.h',
59 'keyboard_device.cc', 57 'keyboard_device.cc',
60 'keyboard_device.h', 58 'keyboard_device.h',
61 'keycodes/keyboard_code_conversion.cc', 59 'keycodes/keyboard_code_conversion.cc',
62 'keycodes/keyboard_code_conversion.h', 60 'keycodes/keyboard_code_conversion.h',
63 'keycodes/keyboard_code_conversion_android.cc', 61 'keycodes/keyboard_code_conversion_android.cc',
64 'keycodes/keyboard_code_conversion_android.h', 62 'keycodes/keyboard_code_conversion_android.h',
65 'keycodes/keyboard_code_conversion_mac.h', 63 'keycodes/keyboard_code_conversion_mac.h',
66 'keycodes/keyboard_code_conversion_mac.mm', 64 'keycodes/keyboard_code_conversion_mac.mm',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'events_base', 199 'events_base',
202 ], 200 ],
203 'defines': [ 201 'defines': [
204 'GESTURE_DETECTION_IMPLEMENTATION', 202 'GESTURE_DETECTION_IMPLEMENTATION',
205 ], 203 ],
206 'sources': [ 204 'sources': [
207 # Note: sources list duplicated in GN build. 205 # Note: sources list duplicated in GN build.
208 'gesture_detection/bitset_32.h', 206 'gesture_detection/bitset_32.h',
209 'gesture_detection/filtered_gesture_provider.cc', 207 'gesture_detection/filtered_gesture_provider.cc',
210 'gesture_detection/filtered_gesture_provider.h', 208 'gesture_detection/filtered_gesture_provider.h',
211 'gesture_detection/gesture_config_helper.h', 209 'gesture_detection/gesture_configuration.cc',
212 'gesture_detection/gesture_config_helper_android.cc', 210 'gesture_detection/gesture_configuration.h',
213 'gesture_detection/gesture_config_helper_aura.cc', 211 'gesture_detection/gesture_configuration_android.cc',
212 'gesture_detection/gesture_configuration_aura.cc',
214 'gesture_detection/gesture_detection_export.h', 213 'gesture_detection/gesture_detection_export.h',
215 'gesture_detection/gesture_detector.cc', 214 'gesture_detection/gesture_detector.cc',
216 'gesture_detection/gesture_detector.h', 215 'gesture_detection/gesture_detector.h',
217 'gesture_detection/gesture_event_data.cc', 216 'gesture_detection/gesture_event_data.cc',
218 'gesture_detection/gesture_event_data.h', 217 'gesture_detection/gesture_event_data.h',
219 'gesture_detection/gesture_event_data_packet.cc', 218 'gesture_detection/gesture_event_data_packet.cc',
220 'gesture_detection/gesture_event_data_packet.h', 219 'gesture_detection/gesture_event_data_packet.h',
221 'gesture_detection/gesture_listeners.cc', 220 'gesture_detection/gesture_listeners.cc',
222 'gesture_detection/gesture_listeners.h', 221 'gesture_detection/gesture_listeners.h',
223 'gesture_detection/gesture_provider.cc', 222 'gesture_detection/gesture_provider.cc',
224 'gesture_detection/gesture_provider.h', 223 'gesture_detection/gesture_provider.h',
224 "gesture_detection/gesture_provider_config_helper.cc",
225 "gesture_detection/gesture_provider_config_helper.h",
225 'gesture_detection/gesture_touch_uma_histogram.cc', 226 'gesture_detection/gesture_touch_uma_histogram.cc',
226 'gesture_detection/gesture_touch_uma_histogram.h', 227 'gesture_detection/gesture_touch_uma_histogram.h',
227 'gesture_detection/motion_event.cc', 228 'gesture_detection/motion_event.cc',
228 'gesture_detection/motion_event.h', 229 'gesture_detection/motion_event.h',
229 'gesture_detection/motion_event_buffer.cc', 230 'gesture_detection/motion_event_buffer.cc',
230 'gesture_detection/motion_event_buffer.h', 231 'gesture_detection/motion_event_buffer.h',
231 'gesture_detection/motion_event_generic.cc', 232 'gesture_detection/motion_event_generic.cc',
232 'gesture_detection/motion_event_generic.h', 233 'gesture_detection/motion_event_generic.h',
233 'gesture_detection/scale_gesture_detector.cc', 234 'gesture_detection/scale_gesture_detector.cc',
234 'gesture_detection/scale_gesture_detector.h', 235 'gesture_detection/scale_gesture_detector.h',
235 'gesture_detection/scale_gesture_listeners.cc', 236 'gesture_detection/scale_gesture_listeners.cc',
236 'gesture_detection/scale_gesture_listeners.h', 237 'gesture_detection/scale_gesture_listeners.h',
237 'gesture_detection/snap_scroll_controller.cc', 238 'gesture_detection/snap_scroll_controller.cc',
238 'gesture_detection/snap_scroll_controller.h', 239 'gesture_detection/snap_scroll_controller.h',
239 'gesture_detection/touch_disposition_gesture_filter.cc', 240 'gesture_detection/touch_disposition_gesture_filter.cc',
240 'gesture_detection/touch_disposition_gesture_filter.h', 241 'gesture_detection/touch_disposition_gesture_filter.h',
241 'gesture_detection/velocity_tracker_state.cc', 242 'gesture_detection/velocity_tracker_state.cc',
242 'gesture_detection/velocity_tracker_state.h', 243 'gesture_detection/velocity_tracker_state.h',
243 'gesture_detection/velocity_tracker.cc', 244 'gesture_detection/velocity_tracker.cc',
244 'gesture_detection/velocity_tracker.h', 245 'gesture_detection/velocity_tracker.h',
245 ], 246 ],
246 'conditions': [ 247 'conditions': [
247 ['use_aura!=1 and OS!="android"', { 248 ['use_aura!=1 and OS!="android"', {
248 'sources': [ 249 'sources': [
249 'gesture_detection/gesture_config_helper.cc', 250 'gesture_detection/gesture_configuration_default.cc',
250 ], 251 ],
251 }], 252 }],
252 ], 253 ],
253 }, 254 },
254 { 255 {
255 # GN version: //ui/events:test_support 256 # GN version: //ui/events:test_support
256 'target_name': 'events_test_support', 257 'target_name': 'events_test_support',
257 'type': 'static_library', 258 'type': 'static_library',
258 'dependencies': [ 259 'dependencies': [
259 '<(DEPTH)/base/base.gyp:base', 260 '<(DEPTH)/base/base.gyp:base',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ], 391 ],
391 'variables': { 392 'variables': {
392 'test_suite_name': 'events_unittests', 393 'test_suite_name': 'events_unittests',
393 }, 394 },
394 'includes': [ '../../build/apk_test.gypi' ], 395 'includes': [ '../../build/apk_test.gypi' ],
395 }, 396 },
396 ], 397 ],
397 }], 398 }],
398 ], 399 ],
399 } 400 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_config_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698