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

Unified Diff: ui/events/events.gyp

Issue 1776673007: [Windows] Produce correct DomKey for NumPad when combined with Shift/NumLock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wez's review 2 Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/keycodes/platform_key_map_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/events/event.cc ('k') | ui/events/keycodes/platform_key_map_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698