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

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 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
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index b905a482cfc3d365c2c25718d0f0f82034cdf577..f70ae8e6f4cd5936a554622a3fc395314c37f3a5 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',

Powered by Google App Engine
This is Rietveld 408576698