| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index d6d9842cd1bfaf154337e2eff43ecaba117332f8..cb1f9a872d458a189ae1ed3c33567de2cccf185e 100644
|
| --- a/ui/events/BUILD.gn
|
| +++ b/ui/events/BUILD.gn
|
| @@ -157,15 +157,6 @@ component("events") {
|
| ]
|
| }
|
|
|
| - if (!is_chromeos && is_linux) {
|
| - sources += [
|
| - "linux/text_edit_command_auralinux.cc",
|
| - "linux/text_edit_command_auralinux.h",
|
| - "linux/text_edit_key_bindings_delegate_auralinux.cc",
|
| - "linux/text_edit_key_bindings_delegate_auralinux.h",
|
| - ]
|
| - }
|
| -
|
| if (use_ozone || (is_android && use_aura)) {
|
| sources += [ "events_default.cc" ]
|
| }
|
|
|