| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index ca2f3a9cc3b099400c69f5a19257e99dd6149709..1f1226037e1144642a87ff9402f91cf9d6221f2f 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" ]
|
|
|