| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index c2026f76303990dcb0a10a4b5ffe3d43160157db..779d14d8d7917f864d554ede4b76cd1c5a7ca043 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/platform_key_map_win.cc",
|
| + "keycodes/platform_key_map_win.h",
|
| "latency_info.cc",
|
| "latency_info.h",
|
| ]
|
| @@ -354,6 +356,7 @@ test("events_unittests") {
|
| "ipc/latency_info_param_traits_unittest.cc",
|
| "keycodes/dom/keycode_converter_unittest.cc",
|
| "keycodes/keyboard_code_conversion_unittest.cc",
|
| + "keycodes/platform_key_map_win_unittest.cc",
|
| "latency_info_unittest.cc",
|
| "platform/platform_event_source_unittest.cc",
|
| "scoped_target_handler_unittest.cc",
|
|
|