|
Move evdev events support into EventFactoryDelegateEvdev
And introduce a gyp variable use_ozone_evdev to allow this feature to be
removed from the build. Additionally, the --ozone-events flag is introduced
to select an EventFactoryDelegateOzone implementation to use.
If an embedder or out-of-tree EventFactoryDelegateOzone implementation
calls SetEventFactoryDelegateOzone during initialization, the flag has no
effect.
BUG=none
TEST=Build & run content_shell, ui_unittests with use_ozone=1
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229950
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+219 lines, -992 lines) |
Patch |
|
M |
build/common.gypi
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/filename_rules.gypi
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/events/event_switches.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/events/event_switches.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/events/events.gyp
|
View
|
1
2
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
A |
ui/events/ozone/evdev/event_factory_delegate.h
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/events/ozone/evdev/event_factory_delegate.cc
|
View
|
1
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/evdev/key_event_converter.h
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/evdev/key_event_converter.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
D |
ui/events/ozone/evdev/key_event_converter_ozone.h
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
|
D |
ui/events/ozone/evdev/key_event_converter_ozone.cc
|
View
|
|
1 chunk |
+0 lines, -187 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/evdev/touch_event_converter.h
|
View
|
1
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/evdev/touch_event_converter.cc
|
View
|
1
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
D |
ui/events/ozone/evdev/touch_event_converter_ozone.h
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
|
D |
ui/events/ozone/evdev/touch_event_converter_ozone.cc
|
View
|
|
1 chunk |
+0 lines, -190 lines |
0 comments
|
Download
|
|
D |
ui/events/ozone/evdev/touch_event_converter_ozone_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -396 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/evdev/touch_event_converter_unittest.cc
|
View
|
1
|
9 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
|
M |
ui/events/ozone/event_factory_delegate_ozone.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ui/events/ozone/event_factory_delegate_ozone.cc
|
View
|
1
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
ui/events/ozone/event_factory_ozone.cc
|
View
|
1
|
2 chunks |
+42 lines, -47 lines |
0 comments
|
Download
|
|
M |
ui/ui_unittests.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|