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

Unified Diff: ui/events/BUILD.gn

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
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | ui/events/event.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 53ca55ee1f11a6c3654ba91feaaf7cab09115d6c..2eec480ac82a536cbbb297ef767b5572aa3372f6 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -50,8 +50,6 @@ component("events_base") {
"keycodes/keyboard_code_conversion_win.cc",
"keycodes/keyboard_code_conversion_win.h",
"keycodes/keyboard_codes.h",
- "keycodes/platform_key_map_win.cc",
- "keycodes/platform_key_map_win.h",
"latency_info.cc",
"latency_info.h",
]
@@ -123,6 +121,8 @@ component("events") {
"events_stub.cc",
"gestures/gesture_recognizer_impl_mac.cc",
"gestures/gesture_types.h",
+ "keycodes/platform_key_map_win.cc",
+ "keycodes/platform_key_map_win.h",
"null_event_targeter.cc",
"null_event_targeter.h",
"scoped_target_handler.cc",
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | ui/events/event.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698