| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'evdev/libgestures_glue/gesture_logging.cc', | 105 'evdev/libgestures_glue/gesture_logging.cc', |
| 106 'evdev/libgestures_glue/gesture_logging.h', | 106 'evdev/libgestures_glue/gesture_logging.h', |
| 107 'evdev/libgestures_glue/gesture_property_provider.cc', | 107 'evdev/libgestures_glue/gesture_property_provider.cc', |
| 108 'evdev/libgestures_glue/gesture_property_provider.h', | 108 'evdev/libgestures_glue/gesture_property_provider.h', |
| 109 'evdev/libgestures_glue/gesture_timer_provider.cc', | 109 'evdev/libgestures_glue/gesture_timer_provider.cc', |
| 110 'evdev/libgestures_glue/gesture_timer_provider.h', | 110 'evdev/libgestures_glue/gesture_timer_provider.h', |
| 111 'evdev/mouse_button_map_evdev.cc', | 111 'evdev/mouse_button_map_evdev.cc', |
| 112 'evdev/mouse_button_map_evdev.h', | 112 'evdev/mouse_button_map_evdev.h', |
| 113 'evdev/tablet_event_converter_evdev.cc', | 113 'evdev/tablet_event_converter_evdev.cc', |
| 114 'evdev/tablet_event_converter_evdev.h', | 114 'evdev/tablet_event_converter_evdev.h', |
| 115 'evdev/touch_evdev_types.cc', |
| 116 'evdev/touch_evdev_types.h', |
| 115 'evdev/touch_event_converter_evdev.cc', | 117 'evdev/touch_event_converter_evdev.cc', |
| 116 'evdev/touch_event_converter_evdev.h', | 118 'evdev/touch_event_converter_evdev.h', |
| 119 'evdev/touch_noise/far_apart_taps_touch_noise_filter.cc', |
| 120 'evdev/touch_noise/far_apart_taps_touch_noise_filter.h', |
| 121 'evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc', |
| 122 'evdev/touch_noise/horizontally_aligned_touch_noise_filter.h', |
| 123 'evdev/touch_noise/single_position_touch_noise_filter.cc', |
| 124 'evdev/touch_noise/single_position_touch_noise_filter.h', |
| 125 'evdev/touch_noise/touch_noise_filter.h', |
| 126 'evdev/touch_noise/touch_noise_finder.cc', |
| 127 'evdev/touch_noise/touch_noise_finder.h', |
| 117 ], | 128 ], |
| 118 'conditions': [ | 129 'conditions': [ |
| 119 ['use_ozone_evdev==1 and use_evdev_gestures==1', { | 130 ['use_ozone_evdev==1 and use_evdev_gestures==1', { |
| 120 'dependencies': [ | 131 'dependencies': [ |
| 121 '<(DEPTH)/build/linux/system.gyp:libgestures', | 132 '<(DEPTH)/build/linux/system.gyp:libgestures', |
| 122 '<(DEPTH)/build/linux/system.gyp:libevdev-cros', | 133 '<(DEPTH)/build/linux/system.gyp:libevdev-cros', |
| 123 ], | 134 ], |
| 124 'defines': [ | 135 'defines': [ |
| 125 'USE_EVDEV_GESTURES', | 136 'USE_EVDEV_GESTURES', |
| 126 ], | 137 ], |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'layout/xkb/xkb_keyboard_code_conversion.cc', | 194 'layout/xkb/xkb_keyboard_code_conversion.cc', |
| 184 'layout/xkb/xkb_keyboard_code_conversion.h', | 195 'layout/xkb/xkb_keyboard_code_conversion.h', |
| 185 'layout/xkb/xkb_keyboard_layout_engine.cc', | 196 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 186 'layout/xkb/xkb_keyboard_layout_engine.h', | 197 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 187 'layout/xkb/xkb_keysym.h', | 198 'layout/xkb/xkb_keysym.h', |
| 188 ], | 199 ], |
| 189 }], | 200 }], |
| 190 ], | 201 ], |
| 191 }] | 202 }] |
| 192 } | 203 } |
| OLD | NEW |