Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: ui/events/events.gyp

Issue 2064053002: Move ui/events/linux/* to ui/base/ime/linux/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor7_correct_text_edit_command_aura_typo
Patch Set: Rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/linux/text_edit_command_auralinux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/linux/text_edit_command_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698