Chromium Code Reviews| Index: ui/events/events.gyp |
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp |
| index 445c41aa63103098e993d40a7ea5b23ef6a7aca4..73f9f94572c6f9d7d4043469adf21d5b24579b7d 100644 |
| --- a/ui/events/events.gyp |
| +++ b/ui/events/events.gyp |
| @@ -65,10 +65,12 @@ |
| '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_evdev.cc', |
| + 'ozone/evdev/event_factory_delegate_evdev.h', |
| + 'ozone/evdev/key_event_converter_evdev.cc', |
| + 'ozone/evdev/key_event_converter_evdev.h', |
| + 'ozone/evdev/touch_event_converter_evdev.cc', |
| + 'ozone/evdev/touch_event_converter_evdev.h', |
| 'ozone/event_converter_ozone.cc', |
| 'ozone/event_converter_ozone.h', |
| 'ozone/event_factory_delegate_ozone.h', |
| @@ -115,6 +117,13 @@ |
| '<(DEPTH)/build/linux/system.gyp:x11', |
| ], |
| }], |
| + ['use_ozone_evdev==1', { |
| + 'defines': ['USE_OZONE_EVDEV=1'], |
|
rjkroege
2013/10/18 18:57:55
it is conventional to make the define in common.gy
spang
2013/10/21 18:46:12
This is the difference between a rebuilding in a f
|
| + }, { |
| + 'sources/': [ |
|
rjkroege
2013/10/18 18:57:55
this is atypical. the typical pattern is more like
spang
2013/10/21 18:46:12
Ok, will rename all these files.
|
| + ['exclude', '^ozone/evdev/*'], |
| + ] |
| + }], |
| ], |
| } |
| ], |