| Index: ui/events/platform/BUILD.gn
|
| diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
|
| index 3bd8d91793a1e88bbf378a09491918d4a67aba45..76281a0d48892a3c88bae1b93ec036d67b9f6773 100644
|
| --- a/ui/events/platform/BUILD.gn
|
| +++ b/ui/events/platform/BUILD.gn
|
| @@ -52,7 +52,10 @@ component("platform") {
|
| "x11/x11_event_source_libevent.cc",
|
| ]
|
|
|
| - deps += [ "//ui/gfx/x" ]
|
| + deps += [
|
| + "//ui/events:dom4_keycode_converter",
|
| + "//ui/gfx/x",
|
| + ]
|
| } else {
|
| sources += [
|
| "platform_event_source_stub.cc",
|
|
|