Chromium Code Reviews| Index: ui/events/events.gyp |
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp |
| index 445c41aa63103098e993d40a7ea5b23ef6a7aca4..2b56ce0d9c902dba85d44b42df56845e5e9c0a38 100644 |
| --- a/ui/events/events.gyp |
| +++ b/ui/events/events.gyp |
| @@ -65,12 +65,15 @@ |
| 'keycodes/keyboard_codes.h', |
| 'latency_info.cc', |
| 'latency_info.h', |
| - 'ozone/evdev/key_event_converter_ozone.cc', |
| - 'ozone/evdev/key_event_converter_ozone.h', |
| - 'ozone/evdev/touch_event_converter_ozone.cc', |
| - 'ozone/evdev/touch_event_converter_ozone.h', |
| + 'ozone/evdev/event_factory_delegate.cc', |
| + 'ozone/evdev/event_factory_delegate.h', |
| + 'ozone/evdev/key_event_converter.cc', |
| + 'ozone/evdev/key_event_converter.h', |
| + 'ozone/evdev/touch_event_converter.cc', |
| + 'ozone/evdev/touch_event_converter.h', |
| 'ozone/event_converter_ozone.cc', |
| 'ozone/event_converter_ozone.h', |
| + 'ozone/event_factory_delegate_ozone.cc', |
| 'ozone/event_factory_delegate_ozone.h', |
| 'ozone/event_factory_ozone.cc', |
| 'ozone/event_factory_ozone.h', |
| @@ -115,6 +118,14 @@ |
| '<(DEPTH)/build/linux/system.gyp:x11', |
| ], |
| }], |
| + ['use_ozone_evdev==1', { |
| + 'defines': ['USE_OZONE_EVDEV=1'], |
| + }], |
| + ['use_ozone_evdev==0', { |
| + 'sources/': [ |
| + ['exclude', '^ozone/evdev/*'], |
|
sadrul
2013/10/21 20:22:54
Move this rule into build/filename_rules.gypi (for
spang
2013/10/21 20:32:04
Done.
|
| + ] |
| + }], |
| ], |
| } |
| ], |