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

Unified Diff: ui/events/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/display/display.gyp ('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/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 00e648afb0136798e3ae1d0b2bf7c12a9541b704..33740d5fdcbc0627c2f726af8c3a989c2c3cf189 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -146,20 +146,7 @@ component("events") {
deps += [ "//ui/gfx/x" ]
}
- 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) {
- sources += [ "ozone/events_ozone.cc" ]
- }
-
- if (is_win || is_mac || use_x11 || use_ozone) {
+ if (is_win || is_mac || use_x11) {
sources -= [ "events_stub.cc" ]
}
}
@@ -305,13 +292,6 @@ test("events_unittests") {
sources -= [ "x/events_x_unittest.cc" ]
}
- if (use_ozone) {
- sources += [
- "ozone/evdev/key_event_converter_evdev_unittest.cc",
- "ozone/evdev/touch_event_converter_evdev_unittest.cc",
- ]
- }
-
if (use_aura) {
sources += [ "gestures/gesture_provider_impl_unittest.cc" ]
}
« no previous file with comments | « ui/display/display.gyp ('k') | ui/events/linux/text_edit_command_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698