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

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: rebase Created 6 years, 2 months 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
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',
(...skipping 15 matching lines...) Expand all
239 'gesture_detection/touch_disposition_gesture_filter.cc', 238 'gesture_detection/touch_disposition_gesture_filter.cc',
240 'gesture_detection/touch_disposition_gesture_filter.h', 239 'gesture_detection/touch_disposition_gesture_filter.h',
241 'gesture_detection/velocity_tracker_state.cc', 240 'gesture_detection/velocity_tracker_state.cc',
242 'gesture_detection/velocity_tracker_state.h', 241 'gesture_detection/velocity_tracker_state.h',
243 'gesture_detection/velocity_tracker.cc', 242 'gesture_detection/velocity_tracker.cc',
244 'gesture_detection/velocity_tracker.h', 243 'gesture_detection/velocity_tracker.h',
245 ], 244 ],
246 'conditions': [ 245 'conditions': [
247 ['use_aura!=1 and OS!="android"', { 246 ['use_aura!=1 and OS!="android"', {
248 'sources': [ 247 'sources': [
249 'gesture_detection/gesture_config_helper.cc', 248 'gesture_detection/gesture_configuration_default.cc',
250 ], 249 ],
251 }], 250 }],
252 ], 251 ],
253 }, 252 },
254 { 253 {
255 # GN version: //ui/events:test_support 254 # GN version: //ui/events:test_support
256 'target_name': 'events_test_support', 255 'target_name': 'events_test_support',
257 'type': 'static_library', 256 'type': 'static_library',
258 'dependencies': [ 257 'dependencies': [
259 '<(DEPTH)/base/base.gyp:base', 258 '<(DEPTH)/base/base.gyp:base',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 ], 389 ],
391 'variables': { 390 'variables': {
392 'test_suite_name': 'events_unittests', 391 'test_suite_name': 'events_unittests',
393 }, 392 },
394 'includes': [ '../../build/apk_test.gypi' ], 393 'includes': [ '../../build/apk_test.gypi' ],
395 }, 394 },
396 ], 395 ],
397 }], 396 }],
398 ], 397 ],
399 } 398 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698