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

Unified Diff: ui/events/BUILD.gn

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/base/ime/ui_base_ime.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « ui/base/ime/ui_base_ime.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698