| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index 8af08c53c7d38c6d0ef2bc407717c7a4ff7abfbd..57d80bf14496f2c40492286fb949ff4bcebbf79c 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -52,8 +52,6 @@
|
| 'gesture_event_details.h',
|
| 'gestures/fling_curve.cc',
|
| 'gestures/fling_curve.h',
|
| - 'gestures/gesture_configuration.cc',
|
| - 'gestures/gesture_configuration.h',
|
| 'keycodes/keyboard_code_conversion.cc',
|
| 'keycodes/keyboard_code_conversion.h',
|
| 'keycodes/keyboard_code_conversion_android.cc',
|
| @@ -204,9 +202,10 @@
|
| 'gesture_detection/bitset_32.h',
|
| 'gesture_detection/filtered_gesture_provider.cc',
|
| 'gesture_detection/filtered_gesture_provider.h',
|
| - 'gesture_detection/gesture_config_helper.h',
|
| - 'gesture_detection/gesture_config_helper_android.cc',
|
| - 'gesture_detection/gesture_config_helper_aura.cc',
|
| + 'gesture_detection/gesture_configuration.cc',
|
| + 'gesture_detection/gesture_configuration.h',
|
| + 'gesture_detection/gesture_configuration_android.cc',
|
| + 'gesture_detection/gesture_configuration_aura.cc',
|
| 'gesture_detection/gesture_detection_export.h',
|
| 'gesture_detection/gesture_detector.cc',
|
| 'gesture_detection/gesture_detector.h',
|
| @@ -242,7 +241,7 @@
|
| 'conditions': [
|
| ['use_aura!=1 and OS!="android"', {
|
| 'sources': [
|
| - 'gesture_detection/gesture_config_helper.cc',
|
| + 'gesture_detection/gesture_configuration_default.cc',
|
| ],
|
| }],
|
| ],
|
|
|