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

Unified Diff: ui/events/BUILD.gn

Issue 1585193002: Build key map DomCodeToKey() for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dtapuska's review, added more tests, handles non-printable key combination Created 4 years, 11 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/keycodes/keyboard_lookup_win.h » ('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 d8148af3531c4e80b97c1cecb3c6732f123acbff..06e9f4045a6fd11a6416ea0679c82137e6ffabcf 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -50,6 +50,8 @@ component("events_base") {
"keycodes/keyboard_code_conversion_win.cc",
"keycodes/keyboard_code_conversion_win.h",
"keycodes/keyboard_codes.h",
+ "keycodes/keyboard_lookup_win.cc",
+ "keycodes/keyboard_lookup_win.h",
"latency_info.cc",
"latency_info.h",
]
@@ -363,6 +365,7 @@ test("events_unittests") {
"ipc/latency_info_param_traits_unittest.cc",
"keycodes/dom/keycode_converter_unittest.cc",
"keycodes/keyboard_code_conversion_unittest.cc",
+ "keycodes/keyboard_lookup_win_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
"scoped_target_handler_unittest.cc",
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | ui/events/keycodes/keyboard_lookup_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698