| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index f6f79111f56916dd9c5e251e53081b79a2e84ae7..c8d994f5e4b7dfa9c59b8663437a115f67afb729 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -66,8 +66,6 @@
|
| 'keycodes/keyboard_code_conversion_x.cc',
|
| 'keycodes/keyboard_code_conversion_x.h',
|
| 'keycodes/keyboard_codes.h',
|
| - 'keycodes/platform_key_map_win.cc',
|
| - 'keycodes/platform_key_map_win.h',
|
| 'latency_info.cc',
|
| 'latency_info.h',
|
| 'x/keysym_to_unicode.cc',
|
| @@ -142,6 +140,8 @@
|
| 'gestures/gesture_types.h',
|
| 'gestures/motion_event_aura.cc',
|
| 'gestures/motion_event_aura.h',
|
| + 'keycodes/platform_key_map_win.cc',
|
| + 'keycodes/platform_key_map_win.h',
|
| 'linux/text_edit_command_auralinux.cc',
|
| 'linux/text_edit_command_auralinux.h',
|
| 'linux/text_edit_key_bindings_delegate_auralinux.cc',
|
|
|