| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index c164d0f1fce3ed020ebee3cf21f260c1024de335..6d04fea6be322d479b94f7e604286a2fcd0f34d7 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -129,10 +129,6 @@
|
| 'gestures/motion_event_aura.h',
|
| 'keycodes/platform_key_map_win.cc',
|
| 'keycodes/platform_key_map_win.h',
|
| - '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',
|
| 'null_event_targeter.cc',
|
| 'null_event_targeter.h',
|
| 'scoped_target_handler.cc',
|
| @@ -178,14 +174,6 @@
|
| 'events_stub.cc',
|
| ],
|
| }],
|
| - ['chromeos==1', {
|
| - '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',
|
| - ],
|
| - }],
|
| ['use_ozone==1', {
|
| 'dependencies': [
|
| 'ozone/events_ozone.gyp:events_ozone_layout',
|
|
|