Index: ui/events/BUILD.gn |
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn |
index 873bb19addabd552a87d338f6c72d1140c6ca3e0..62dc218dd3c7ff85f7d890bebf13e8d3468d4384 100644 |
--- a/ui/events/BUILD.gn |
+++ b/ui/events/BUILD.gn |
@@ -38,6 +38,7 @@ static_library("dom_keycode_converter") { |
source_set("event_constants") { |
sources = [ |
"event_constants.h", |
+ "keycodes/keyboard_codes.h", |
] |
} |
@@ -66,7 +67,6 @@ component("events_base") { |
"keycodes/keyboard_code_conversion_mac.mm", |
"keycodes/keyboard_code_conversion_win.cc", |
"keycodes/keyboard_code_conversion_win.h", |
- "keycodes/keyboard_codes.h", |
] |
defines = [ "EVENTS_BASE_IMPLEMENTATION" ] |