Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: ui/events/ozone/BUILD.gn

Issue 2805793002: ozone: evdev: Add gamepad support (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 declare_args() { 10 declare_args() {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "evdev/event_converter_evdev_impl.h", 76 "evdev/event_converter_evdev_impl.h",
77 "evdev/event_device_info.cc", 77 "evdev/event_device_info.cc",
78 "evdev/event_device_info.h", 78 "evdev/event_device_info.h",
79 "evdev/event_factory_evdev.cc", 79 "evdev/event_factory_evdev.cc",
80 "evdev/event_factory_evdev.h", 80 "evdev/event_factory_evdev.h",
81 "evdev/event_modifiers_evdev.cc", 81 "evdev/event_modifiers_evdev.cc",
82 "evdev/event_modifiers_evdev.h", 82 "evdev/event_modifiers_evdev.h",
83 "evdev/event_thread_evdev.cc", 83 "evdev/event_thread_evdev.cc",
84 "evdev/event_thread_evdev.h", 84 "evdev/event_thread_evdev.h",
85 "evdev/events_ozone_evdev_export.h", 85 "evdev/events_ozone_evdev_export.h",
86 "evdev/gamepad_event_converter_evdev.cc",
87 "evdev/gamepad_event_converter_evdev.h",
88 "evdev/gamepad_mapping.cc",
89 "evdev/gamepad_mapping.h",
86 "evdev/input_controller_evdev.cc", 90 "evdev/input_controller_evdev.cc",
87 "evdev/input_controller_evdev.h", 91 "evdev/input_controller_evdev.h",
88 "evdev/input_device_factory_evdev.cc", 92 "evdev/input_device_factory_evdev.cc",
89 "evdev/input_device_factory_evdev.h", 93 "evdev/input_device_factory_evdev.h",
90 "evdev/input_device_factory_evdev_proxy.cc", 94 "evdev/input_device_factory_evdev_proxy.cc",
91 "evdev/input_device_factory_evdev_proxy.h", 95 "evdev/input_device_factory_evdev_proxy.h",
92 "evdev/input_device_settings_evdev.cc", 96 "evdev/input_device_settings_evdev.cc",
93 "evdev/input_device_settings_evdev.h", 97 "evdev/input_device_settings_evdev.h",
94 "evdev/input_injector_evdev.cc", 98 "evdev/input_injector_evdev.cc",
95 "evdev/input_injector_evdev.h", 99 "evdev/input_injector_evdev.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "layout/xkb/xkb_evdev_codes.cc", 199 "layout/xkb/xkb_evdev_codes.cc",
196 "layout/xkb/xkb_evdev_codes.h", 200 "layout/xkb/xkb_evdev_codes.h",
197 "layout/xkb/xkb_key_code_converter.h", 201 "layout/xkb/xkb_key_code_converter.h",
198 "layout/xkb/xkb_keyboard_layout_engine.cc", 202 "layout/xkb/xkb_keyboard_layout_engine.cc",
199 "layout/xkb/xkb_keyboard_layout_engine.h", 203 "layout/xkb/xkb_keyboard_layout_engine.h",
200 ] 204 ]
201 205
202 deps += [ "//ui/events/keycodes:xkb" ] 206 deps += [ "//ui/events/keycodes:xkb" ]
203 } 207 }
204 } 208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698