| 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', | |
| 117 'evdev/touch_event_converter_evdev.cc', | 115 'evdev/touch_event_converter_evdev.cc', |
| 118 'evdev/touch_event_converter_evdev.h', | 116 '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', | |
| 128 ], | 117 ], |
| 129 'conditions': [ | 118 'conditions': [ |
| 130 ['use_ozone_evdev==1 and use_evdev_gestures==1', { | 119 ['use_ozone_evdev==1 and use_evdev_gestures==1', { |
| 131 'dependencies': [ | 120 'dependencies': [ |
| 132 '<(DEPTH)/build/linux/system.gyp:libgestures', | 121 '<(DEPTH)/build/linux/system.gyp:libgestures', |
| 133 '<(DEPTH)/build/linux/system.gyp:libevdev-cros', | 122 '<(DEPTH)/build/linux/system.gyp:libevdev-cros', |
| 134 ], | 123 ], |
| 135 'defines': [ | 124 'defines': [ |
| 136 'USE_EVDEV_GESTURES', | 125 'USE_EVDEV_GESTURES', |
| 137 ], | 126 ], |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'layout/xkb/xkb_keyboard_code_conversion.cc', | 183 'layout/xkb/xkb_keyboard_code_conversion.cc', |
| 195 'layout/xkb/xkb_keyboard_code_conversion.h', | 184 'layout/xkb/xkb_keyboard_code_conversion.h', |
| 196 'layout/xkb/xkb_keyboard_layout_engine.cc', | 185 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 197 'layout/xkb/xkb_keyboard_layout_engine.h', | 186 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 198 'layout/xkb/xkb_keysym.h', | 187 'layout/xkb/xkb_keysym.h', |
| 199 ], | 188 ], |
| 200 }], | 189 }], |
| 201 ], | 190 ], |
| 202 }] | 191 }] |
| 203 } | 192 } |
| OLD | NEW |