| Index: ui/events/BUILD.gn
|
| diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
|
| index e75df019a9565c656e710d759c7c66154bb30fca..d499a0ea9751fe97c97499ad81a2f9c975197b89 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" ]
|
| }
|
|
|