| Index: ui/events/platform/x11/BUILD.gn
|
| diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn
|
| index 3ed70b92c67d00f8bed576e3f948aed63e8f9967..85eaa5dab57f884237197960401cb54717844c04 100644
|
| --- a/ui/events/platform/x11/BUILD.gn
|
| +++ b/ui/events/platform/x11/BUILD.gn
|
| @@ -10,6 +10,8 @@ component("x11") {
|
| "x11_event_source.h",
|
| "x11_event_source_glib.cc",
|
| "x11_event_source_libevent.cc",
|
| + "x11_hotplug_event_handler.cc",
|
| + "x11_hotplug_event_handler.h",
|
| ]
|
|
|
| defines = [ "EVENTS_IMPLEMENTATION" ]
|
| @@ -19,6 +21,7 @@ component("x11") {
|
| public_deps = [
|
| "//ui/events",
|
| "//ui/events:events_base",
|
| + "//ui/events/devices",
|
| "//ui/events/platform",
|
| "//ui/gfx/x",
|
| ]
|
|
|