| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index 44398a6e1fc803082bcf0147432440dbc45d4d21..cc60a8c16d8be153a4c91e17196d7103d8a3e6d5 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -6,6 +6,9 @@ import("//build/config/ui.gni")
|
|
|
| static_library("dom4_keycode_converter") {
|
| sources = [
|
| + "keycodes/dom3/dom_code.h",
|
| + "keycodes/dom3/dom_key.h",
|
| + "keycodes/dom3/dom_key_data.h",
|
| "keycodes/dom4/keycode_converter.cc",
|
| "keycodes/dom4/keycode_converter.h",
|
| "keycodes/dom4/keycode_converter_data.h",
|
|
|