| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'USE_EVDEV', | 62 'USE_EVDEV', |
| 63 ], | 63 ], |
| 64 'direct_dependent_settings': { | 64 'direct_dependent_settings': { |
| 65 'defines': [ | 65 'defines': [ |
| 66 'USE_EVDEV', | 66 'USE_EVDEV', |
| 67 ], | 67 ], |
| 68 }, | 68 }, |
| 69 'sources': [ | 69 'sources': [ |
| 70 'evdev/libgestures_glue/event_reader_libevdev_cros.cc', | 70 'evdev/libgestures_glue/event_reader_libevdev_cros.cc', |
| 71 'evdev/libgestures_glue/event_reader_libevdev_cros.h', | 71 'evdev/libgestures_glue/event_reader_libevdev_cros.h', |
| 72 'evdev/libgestures_glue/gesture_feedback.cc', |
| 73 'evdev/libgestures_glue/gesture_feedback.h', |
| 72 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc', | 74 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.cc', |
| 73 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h', | 75 'evdev/libgestures_glue/gesture_interpreter_libevdev_cros.h', |
| 74 'evdev/libgestures_glue/gesture_logging.cc', | 76 'evdev/libgestures_glue/gesture_logging.cc', |
| 75 'evdev/libgestures_glue/gesture_logging.h', | 77 'evdev/libgestures_glue/gesture_logging.h', |
| 76 'evdev/libgestures_glue/gesture_property_provider.cc', | 78 'evdev/libgestures_glue/gesture_property_provider.cc', |
| 77 'evdev/libgestures_glue/gesture_property_provider.h', | 79 'evdev/libgestures_glue/gesture_property_provider.h', |
| 78 'evdev/libgestures_glue/gesture_timer_provider.cc', | 80 'evdev/libgestures_glue/gesture_timer_provider.cc', |
| 79 'evdev/libgestures_glue/gesture_timer_provider.h', | 81 'evdev/libgestures_glue/gesture_timer_provider.h', |
| 80 'evdev/device_event_dispatcher_evdev.cc', | 82 'evdev/device_event_dispatcher_evdev.cc', |
| 81 'evdev/device_event_dispatcher_evdev.h', | 83 'evdev/device_event_dispatcher_evdev.h', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'layout/xkb/xkb_keyboard_code_conversion.h', | 181 'layout/xkb/xkb_keyboard_code_conversion.h', |
| 180 'layout/xkb/xkb_keyboard_layout_engine.cc', | 182 'layout/xkb/xkb_keyboard_layout_engine.cc', |
| 181 'layout/xkb/xkb_keyboard_layout_engine.h', | 183 'layout/xkb/xkb_keyboard_layout_engine.h', |
| 182 'layout/xkb/xkb_keysym.h', | 184 'layout/xkb/xkb_keysym.h', |
| 183 'layout/xkb/scoped_xkb.h', | 185 'layout/xkb/scoped_xkb.h', |
| 184 ], | 186 ], |
| 185 }], | 187 }], |
| 186 ], | 188 ], |
| 187 }] | 189 }] |
| 188 } | 190 } |
| OLD | NEW |