| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [{ | 9 'targets': [{ |
| 10 'target_name': 'events_ozone', | 10 'target_name': 'events_ozone', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'evdev/event_factory_evdev.h', | 87 'evdev/event_factory_evdev.h', |
| 88 'evdev/event_modifiers_evdev.cc', | 88 'evdev/event_modifiers_evdev.cc', |
| 89 'evdev/event_modifiers_evdev.h', | 89 'evdev/event_modifiers_evdev.h', |
| 90 'evdev/events_ozone_evdev_export.h', | 90 'evdev/events_ozone_evdev_export.h', |
| 91 'evdev/input_controller_evdev.cc', | 91 'evdev/input_controller_evdev.cc', |
| 92 'evdev/input_controller_evdev.h', | 92 'evdev/input_controller_evdev.h', |
| 93 'evdev/input_injector_evdev.cc', | 93 'evdev/input_injector_evdev.cc', |
| 94 'evdev/input_injector_evdev.h', | 94 'evdev/input_injector_evdev.h', |
| 95 'evdev/keyboard_evdev.cc', | 95 'evdev/keyboard_evdev.cc', |
| 96 'evdev/keyboard_evdev.h', | 96 'evdev/keyboard_evdev.h', |
| 97 'evdev/keyboard_util_evdev.cc', |
| 98 'evdev/keyboard_util_evdev.h', |
| 97 'evdev/mouse_button_map_evdev.cc', | 99 'evdev/mouse_button_map_evdev.cc', |
| 98 'evdev/mouse_button_map_evdev.h', | 100 'evdev/mouse_button_map_evdev.h', |
| 99 'evdev/tablet_event_converter_evdev.cc', | 101 'evdev/tablet_event_converter_evdev.cc', |
| 100 'evdev/tablet_event_converter_evdev.h', | 102 'evdev/tablet_event_converter_evdev.h', |
| 101 'evdev/touch_event_converter_evdev.cc', | 103 'evdev/touch_event_converter_evdev.cc', |
| 102 'evdev/touch_event_converter_evdev.h', | 104 'evdev/touch_event_converter_evdev.h', |
| 103 ], | 105 ], |
| 104 'conditions': [ | 106 'conditions': [ |
| 105 ['use_ozone_evdev==1 and use_evdev_gestures==1', { | 107 ['use_ozone_evdev==1 and use_evdev_gestures==1', { |
| 106 'dependencies': [ | 108 'dependencies': [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'layout/xkb/xkb_keyboard_code_conversion.h', | 171 'layout/xkb/xkb_keyboard_code_conversion.h', |
| 170 'layout/xkb/xkb_keyboard_layout_engine.cc', | 172 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 171 'layout/xkb/xkb_keyboard_layout_engine.h', | 173 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 172 'layout/xkb/xkb_keysym.h', | 174 'layout/xkb/xkb_keysym.h', |
| 173 'layout/xkb/scoped_xkb.h', | 175 'layout/xkb/scoped_xkb.h', |
| 174 ], | 176 ], |
| 175 }], | 177 }], |
| 176 ], | 178 ], |
| 177 }] | 179 }] |
| 178 } | 180 } |
| OLD | NEW |