| 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/linux/pkg_config.gni") | 6 import("//build/config/linux/pkg_config.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 | 8 |
| 9 declare_args() { | 9 declare_args() { |
| 10 # Optional system libraries. | 10 # Optional system libraries. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "evdev/event_modifiers_evdev.h", | 78 "evdev/event_modifiers_evdev.h", |
| 79 "evdev/event_thread_evdev.cc", | 79 "evdev/event_thread_evdev.cc", |
| 80 "evdev/event_thread_evdev.h", | 80 "evdev/event_thread_evdev.h", |
| 81 "evdev/events_ozone_evdev_export.h", | 81 "evdev/events_ozone_evdev_export.h", |
| 82 "evdev/input_controller_evdev.cc", | 82 "evdev/input_controller_evdev.cc", |
| 83 "evdev/input_controller_evdev.h", | 83 "evdev/input_controller_evdev.h", |
| 84 "evdev/input_device_factory_evdev.cc", | 84 "evdev/input_device_factory_evdev.cc", |
| 85 "evdev/input_device_factory_evdev.h", | 85 "evdev/input_device_factory_evdev.h", |
| 86 "evdev/input_device_factory_evdev_proxy.cc", | 86 "evdev/input_device_factory_evdev_proxy.cc", |
| 87 "evdev/input_device_factory_evdev_proxy.h", | 87 "evdev/input_device_factory_evdev_proxy.h", |
| 88 "evdev/input_device_settings_evdev.cc", |
| 89 "evdev/input_device_settings_evdev.h", |
| 88 "evdev/input_injector_evdev.cc", | 90 "evdev/input_injector_evdev.cc", |
| 89 "evdev/input_injector_evdev.h", | 91 "evdev/input_injector_evdev.h", |
| 90 "evdev/keyboard_evdev.cc", | 92 "evdev/keyboard_evdev.cc", |
| 91 "evdev/keyboard_evdev.h", | 93 "evdev/keyboard_evdev.h", |
| 92 "evdev/keyboard_util_evdev.cc", | 94 "evdev/keyboard_util_evdev.cc", |
| 93 "evdev/keyboard_util_evdev.h", | 95 "evdev/keyboard_util_evdev.h", |
| 94 "evdev/mouse_button_map_evdev.cc", | 96 "evdev/mouse_button_map_evdev.cc", |
| 95 "evdev/mouse_button_map_evdev.h", | 97 "evdev/mouse_button_map_evdev.h", |
| 96 "evdev/tablet_event_converter_evdev.cc", | 98 "evdev/tablet_event_converter_evdev.cc", |
| 97 "evdev/tablet_event_converter_evdev.h", | 99 "evdev/tablet_event_converter_evdev.h", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "layout/xkb/xkb_evdev_codes.h", | 180 "layout/xkb/xkb_evdev_codes.h", |
| 179 "layout/xkb/xkb_key_code_converter.h", | 181 "layout/xkb/xkb_key_code_converter.h", |
| 180 "layout/xkb/xkb_keyboard_code_conversion.cc", | 182 "layout/xkb/xkb_keyboard_code_conversion.cc", |
| 181 "layout/xkb/xkb_keyboard_code_conversion.h", | 183 "layout/xkb/xkb_keyboard_code_conversion.h", |
| 182 "layout/xkb/xkb_keyboard_layout_engine.cc", | 184 "layout/xkb/xkb_keyboard_layout_engine.cc", |
| 183 "layout/xkb/xkb_keyboard_layout_engine.h", | 185 "layout/xkb/xkb_keyboard_layout_engine.h", |
| 184 "layout/xkb/xkb_keysym.h", | 186 "layout/xkb/xkb_keysym.h", |
| 185 ] | 187 ] |
| 186 } | 188 } |
| 187 } | 189 } |
| OLD | NEW |