| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index b49f4ad1ed8d3a5636475f83adb4d7bc89a79e98..419894b25f6b51f9cee880660dec845d2c0730f4 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",
|
| ]
|
| }
|
|
|
| @@ -68,7 +69,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" ]
|
| @@ -155,6 +155,10 @@ component("events") {
|
| "//ui/gfx/geometry",
|
| ]
|
|
|
| + public_configs = [
|
| + "//skia:skia_config",
|
| + ]
|
| +
|
| if (use_x11) {
|
| sources += [ "x/events_x.cc" ]
|
| configs += [ "//build/config/linux:x11" ]
|
|
|